Skip to content

Instantly share code, notes, and snippets.

@haruelrovix
Last active December 10, 2018 01:53
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 haruelrovix/7fee3c03b9fead9b74739e28a24effa9 to your computer and use it in GitHub Desktop.
Save haruelrovix/7fee3c03b9fead9b74739e28a24effa9 to your computer and use it in GitHub Desktop.
RNE x RNW: Style for Home
export default {
input: {
containerStyle: {
marginBottom: 10
},
inputStyle: {
height: 46
}
},
button: {
containerStyle: {
paddingHorizontal: 10
}
},
container: {
alignItems: 'center',
backgroundColor: '#fff',
display: 'flex',
flex: 1,
height: '100%',
justifyContent: 'center'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment