Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Last active August 29, 2015 14:17
Show Gist options
  • Save edipofederle/17d6ff4e52ed7f89c554 to your computer and use it in GitHub Desktop.
Save edipofederle/17d6ff4e52ed7f89c554 to your computer and use it in GitHub Desktop.
var styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',
},
welcome: {
fontSize: 20,
textAlign: 'center',
margin: 10,
},
instructions: {
textAlign: 'center',
color: '#333333',
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment