Last active
September 26, 2017 10:17
-
-
Save mfrachet/49a7dfadf1e7308987ec4dcbbc338e35 to your computer and use it in GitHub Desktop.
RN Eu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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