Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Created February 7, 2020 15:48
Show Gist options
  • Save rcerrejon/bab405a962fcc4698b65922d7777af28 to your computer and use it in GitHub Desktop.
Save rcerrejon/bab405a962fcc4698b65922d7777af28 to your computer and use it in GitHub Desktop.
Flexbox Vertical Align Center
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center'
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment