Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created February 29, 2020 11:31
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 amandeepmittal/d69fae741cd96ba4131d6886d902a7f1 to your computer and use it in GitHub Desktop.
Save amandeepmittal/d69fae741cd96ba4131d6886d902a7f1 to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center'
},
signInButton: {
width: 192,
height: 48
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment