From a6cadd11f47d50c3fe438a91580652b741edf4e9 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Thu, 7 Nov 2019 18:19:27 +0900 Subject: [PATCH] Update Readme for react-native version Awesome package! I've added note in README for required react-native version, since the v1.0.0 build seemed to fail in project that is using React Native 0.59. Build for older version worked fine in 0.59. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdcce95..98eecae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # react-native-prompt-android A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform(iOS using [AlertIOS.prompt](http://facebook.github.io/react-native/docs/alertios.html#prompt)) +Version 1.x recommends react-native >= 0.60.0 for Android 64bit builds and Android X support. ### Installation