const StyleSheet = require('react-native').StyleSheet module.exports = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center' }, welcome: { fontSize: 20, textAlign: 'center', margin: 10, } })