import { StyleSheet } from 'react-native'
export default StyleSheet.create({
container: { justifyContent: 'center', alignItems: 'center' }, welcome: { fontSize: 20,
margin: 30, textAlign: 'center'
}
})