Skip to content

Instantly share code, notes, and snippets.

@jdmunro
Created February 14, 2019 16: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 jdmunro/fd30cc8b0fea634c5937ee9e1f7aa01e to your computer and use it in GitHub Desktop.
Save jdmunro/fd30cc8b0fea634c5937ee9e1f7aa01e to your computer and use it in GitHub Desktop.
const marginStyle = {
marginTop: Platform.OS === "android" ? 60 : 19,
marginBottom: Platform.OS === "android" ? 60 : 0
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment