Add buttons to home screen

This commit is contained in:
Julia Friesel
2018-05-30 13:06:21 +02:00
parent 52b04a5115
commit c0fb909324
2 changed files with 20 additions and 11 deletions
+4 -7
View File
@@ -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 }
})