Skip to content

Instantly share code, notes, and snippets.

@jasongaare
Created May 1, 2018 14:40
Show Gist options
  • Save jasongaare/226741e4f45e853343a099d027a9e2b2 to your computer and use it in GitHub Desktop.
Save jasongaare/226741e4f45e853343a099d027a9e2b2 to your computer and use it in GitHub Desktop.
<Tooltip
animated
isVisible={this.state.toolTipVisible}
content={<Text>Check this out!</Text>}
onClose={() => this.setState({ toolTipVisible: false })}
>
<TouchableHighlight style={styles.touchable}>
<Text>Press me</Text>
</TouchableHighlight>
</Tooltip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment