diff --git a/README.md b/README.md
index 6d08884911ad0bac7f8f790e9688c38dd63a3899..ce2b8b10fa3251ba0149290bf5d11c3e186ba7a7 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ I've created [an example project](https://github.com/evollu/react-native-fcm/tre
### Versions
+- after v16.0.0, Android target SDK has be to >= 26 and build tool has to be >= 26.0.x
- 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
@@ -27,10 +28,6 @@ I've created [an example project](https://github.com/evollu/react-native-fcm/tre
### 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)
-
## Installation
- Run `npm install react-native-fcm --save`
@@ -325,6 +322,12 @@ Edit AndroidManifest.xml
+
+
+
++
++
```
NOTE: `com.evollu.react.fcm.FIRLocalMessagingPublisher` is required for presenting local notifications. `com.evollu.react.fcm.FIRSystemBootEventReceiver` is required only if you need to schedule future or recurring local notifications