Skip to content

Instantly share code, notes, and snippets.

@mrcflorian
Created May 26, 2020 02:47
Show Gist options
  • Save mrcflorian/36c027ce741269d387b261c1fa6ea6aa to your computer and use it in GitHub Desktop.
Save mrcflorian/36c027ce741269d387b261c1fa6ea6aa to your computer and use it in GitHub Desktop.
import { StyleSheet } from 'react-native';
export default StyleSheet.create({
container: {
flex: 1,
alignItems: 'center'
},
input: {
height: 48,
borderRadius: 5,
overflow: 'hidden',
backgroundColor: 'white',
marginTop: 10,
marginBottom: 10,
marginLeft: 30,
marginRight: 30,
paddingLeft: 16
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment