Initial commit

This commit is contained in:
Julia Friesel
2018-05-29 12:53:10 +02:00
commit 15cf4523c1
48 changed files with 12321 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
const StyleSheet = require('react-native').StyleSheet
module.exports = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center'
},
welcome: {
fontSize: 20,
textAlign: 'center',
margin: 10,
}
})