Skip to content

Instantly share code, notes, and snippets.

@WF-Chiang
Last active April 9, 2017 12:46
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/0a2b65912eb7f74f92713699a07b7b38 to your computer and use it in GitHub Desktop.
Save WF-Chiang/0a2b65912eb7f74f92713699a07b7b38 to your computer and use it in GitHub Desktop.
<View style={{
backgroundColor: '#F5FCFF',
flex: 1,
justifyContent: 'center', // 垂直置中
alignItems: 'center' // 水平置中
}}>
<Text>
Welcome to React Native!
To get started, edit index.ios.js
Press Cmd+R to reload,
Cmd+D or shake for dev menu
</Text>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment