Skip to content

Instantly share code, notes, and snippets.

@WF-Chiang
Created April 9, 2017 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WF-Chiang/62665554fce33c62f849a67a51cbe51f to your computer and use it in GitHub Desktop.
Save WF-Chiang/62665554fce33c62f849a67a51cbe51f to your computer and use it in GitHub Desktop.
<View style={styles.container}>
</View>
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment