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/ae8476a50f067183eec15dc953a47ba8 to your computer and use it in GitHub Desktop.
Save jdmunro/ae8476a50f067183eec15dc953a47ba8 to your computer and use it in GitHub Desktop.
const someJsx = (
<SomeComponent
style={Platform.select({
android: styles.androidStyle,
ios: styles.iosStyle
})}
/>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment