Skip to content

Instantly share code, notes, and snippets.

@johnthepink
Created April 18, 2016 04:31
Show Gist options
  • Save johnthepink/5940e582ef99e8796ef29c4165d75ede to your computer and use it in GitHub Desktop.
Save johnthepink/5940e582ef99e8796ef29c4165d75ede to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#002b36',
},
});
render() {
<View style={styles.container}>
// etc
</View>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment