Skip to content

Instantly share code, notes, and snippets.

@mehulgecg
Created April 17, 2018 07:02
Show Gist options
  • Select an option

  • Save mehulgecg/72c0930d15f18b200137ebad050b24fa to your computer and use it in GitHub Desktop.

Select an option

Save mehulgecg/72c0930d15f18b200137ebad050b24fa to your computer and use it in GitHub Desktop.
Side Menu Style
export default {
container: {
paddingTop: 20,
flex: 1
},
navItemStyle: {
padding: 10
},
navSectionStyle: {
backgroundColor: 'lightgrey'
},
sectionHeadingStyle: {
paddingVertical: 10,
paddingHorizontal: 5
},
footerContainer: {
padding: 20,
backgroundColor: 'lightgrey'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment