Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Last active February 5, 2018 07:00
Show Gist options
  • Save mfrachet/02f99869913764e04c43793777286539 to your computer and use it in GitHub Desktop.
Save mfrachet/02f99869913764e04c43793777286539 to your computer and use it in GitHub Desktop.
reparentable.js2
<View style={styles.container}>
<Reparentable name="fullscreenView" target="">
<FullScreenContainer />
</Reparentable>
<Reparentable
name="videoPlayerId"
target={this.state.isFullscreen ? "fullscreenView" : ""}
>
<VideoPlayer />
</Reparentable>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment