Updated read me

This commit is contained in:
Senthil Sivanath 2016-09-24 10:55:22 +05:30
parent f31e95d771
commit ad56fc7e19

View File

@ -105,6 +105,7 @@ AppRegistry.registerComponent('tooltip', () => tooltip);
### Note
It is also possible to open the menu programmatically, by calling `this.refs.theToolTip.showMenu();` ( `theToolTip` being the reference of the component).
To hide menu `this.refs.theToolTip.hideMenu();` (Though tooltip hides by itself, while using with drawer on specific gesture tooltip does not hide by default.)
## Here is how it looks:
![Demo gif](https://github.com/chirag04/react-native-tooltip/blob/master/screenshot.png)