README change for newest RN

This commit is contained in:
Stanislav Miklik
2018-04-15 14:05:02 +02:00
committed by GitHub
parent c5eeb27c22
commit 199e16f591
+2
View File
@@ -31,6 +31,8 @@ npm install react-native-popup-menu --save
```
If you are using older RN versions check our compatibility table.
If you are using RN 0.55+, you might want to check our beta version (see #90 for details and please leave us the feedback)
## Basic Usage
Wrap your application inside `MenuProvider` and then simply use `Menu` component where you need it. Below you can find a simple example.