Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Last active September 26, 2017 10:17
Show Gist options
  • Save mfrachet/49a7dfadf1e7308987ec4dcbbc338e35 to your computer and use it in GitHub Desktop.
Save mfrachet/49a7dfadf1e7308987ec4dcbbc338e35 to your computer and use it in GitHub Desktop.
RN Eu
const AlterNativeView = ({ isDisplayed }) => (
<View>
<Text>Hello</Text>
{isDisplayed && <Text>World</Text>}
</View>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment