From 84a36c0dddf3a1a0c4036981d9a32ce398c21c80 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Fri, 22 Jul 2016 17:41:12 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8642376..17faf3b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ [![Join the chat at https://gitter.im/evollu/react-native-fcm](https://badges.gitter.im/evollu/react-native-fcm.svg)](https://gitter.im/evollu/react-native-fcm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +## NOTE: If you are running RN < 0.30.0, you need to use react-native-fcm@1.0.15 + ## Installation - Run `npm install react-native-fcm --save` - Run `react-native link react-native-fcm` (RN 0.29.1+, otherwise `rnpm link react-native-fcm`) -- NOTE: If you are running RN < 0.30.0, you need to use react-native-fcm@1.0.15 - ## Android Configuration - Edit `android/build.gradle`: @@ -75,7 +75,7 @@ Notes: If you are using RN<0.30.0 and react-native-fcm < 1.0.16, pass intent into package, edit `MainActivity.java`: -- RN 0.28+: +- RN 0.28: ```diff import com.facebook.react.ReactActivity; -- 2.26.2