diff --git a/README.md b/README.md index 9a9edbc30cd063b09e997e504b8c7441cf8d7579..d331b9970b8fc6b953f3fe427229e46e4164f2c5 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)