Created
February 2, 2018 09:34
-
-
Save mfrachet/864ec21e23c1fb7f6ccc1c9e7d4ceeb0 to your computer and use it in GitHub Desktop.
reparentable.js
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
<View style={styles.container}> | |
<Reparentable name="1" target=""> | |
<Text>First</Text> | |
</Reparentable> | |
<Reparentable name="2" target={this.state.shouldGo ? "1" : "goNowhere"}> | |
<Text>Second</Text> | |
</Reparentable> | |
</View> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment