From 199e16f591bfadcf8a57ffb5c898ca9138e2aefd Mon Sep 17 00:00:00 2001 From: Stanislav Miklik Date: Sun, 15 Apr 2018 14:05:02 +0200 Subject: [PATCH] README change for newest RN --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af8c966..30da52e 100644 --- a/README.md +++ b/README.md @@ -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.