Astrocoders / react-native-tooltip-view

A deadly simple tooltip view that you can put whatever you want :tada:
MIT License
17 stars 2 forks source link

Get children as a function and pass setMenuVisibility #5

Closed fakenickels closed 7 years ago

fakenickels commented 7 years ago
<TooltipView ...>
     {setMenuVisibility => <Thing><Button onPress={() => setMenuVisibility(false)}/></Thing>}
</TooltipView>
fakenickels commented 7 years ago

Approved! image