Add buttons to home screen
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
import { StyleSheet } from 'react-native'
|
||||
|
||||
const ourStyle = StyleSheet.create({
|
||||
export default StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center'
|
||||
},
|
||||
welcome: {
|
||||
fontSize: 20,
|
||||
textAlign: 'center',
|
||||
margin: 10,
|
||||
margin: 30,
|
||||
textAlign: 'center'
|
||||
}
|
||||
})
|
||||
|
||||
export { ourStyle }
|
||||
})
|
||||
Reference in New Issue
Block a user