From 21b5a892e6a25351dd62abcf69fdc2437e2bd38a Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Tue, 10 Apr 2018 13:44:56 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a9edbc..d331b99 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ [![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) ## NOTES: -- current latest version: v10.x +[react-native-firebase](https://github.com/invertase/react-native-firebase/releases/tag/v4.0.0) has introduced new firebase messaging and remote/local notification features. We are planning to combine our efforts to reduce duplicated work. + +### Versions - for iOS SDK < 4, use react-native-fcm@6.2.3 (v6.x is still compatible with Firebase SDK v4) - for RN < 0.40.0, use react-native-fcm@2.5.6 - for RN < 0.33.0, use react-native-fcm@1.1.0 - for RN < 0.30.0, use react-native-fcm@1.0.15 -- local notification is not only available in V1 +### Example - An example working project is available at: https://github.com/evollu/react-native-fcm/tree/master/Examples/simple-fcm-client +### Android 26 - DO NOT change Android targetSdkVersion >= 26. The notification won't show up because of notification channel requirement. If you have to upgrade, you can use sdk-26 branch and post feedback on [here](https://github.com/evollu/react-native-fcm/pull/699) -- 2.26.2