Skip to content

Instantly share code, notes, and snippets.

@jdmunro
Created February 14, 2019 16:54
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/f67a25f02764caa42df1b45fc5c1890d to your computer and use it in GitHub Desktop.
Save jdmunro/f67a25f02764caa42df1b45fc5c1890d to your computer and use it in GitHub Desktop.
const style = Platform.select({
android: styles.mobileStyle,
ios: styles.mobileStyle,
web: styles.webStyle
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment