Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Created February 2, 2018 09:34
Show Gist options
  • Save mfrachet/864ec21e23c1fb7f6ccc1c9e7d4ceeb0 to your computer and use it in GitHub Desktop.
Save mfrachet/864ec21e23c1fb7f6ccc1c9e7d4ceeb0 to your computer and use it in GitHub Desktop.
reparentable.js
<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