Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created April 12, 2016 23:20
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 chuck0523/22dcb0a9f66d2a8b1285927665d32acb to your computer and use it in GitHub Desktop.
Save chuck0523/22dcb0a9f66d2a8b1285927665d32acb to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',
},
thumbnail: {
width: 53,
height: 81,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment