diff --git a/CHANGELOG.md b/CHANGELOG.md index 0212ae5602eb57fb4cc9dc680e6aaca5e93e83a7..988f3842ee574418cd7e59af40aec30fa5b5cde9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +# 2.1.0 +## Added +* react-native 0.60 Support + +### Breaking Change +This version requires an additional installation step in order to identify the correct build flavor on android, as described in our [Installation docs](https://github.com/wix/react-native-notifications/blob/master/docs/installation.md#step-5-rnnotifications-and-react-native-version). + # 2.0.6 ## Fixed ### Android diff --git a/docs/installation.md b/docs/installation.md index eee414aab760402c754d34e998c85289c410adff..56f1aba2959802eca4068a7dd1a22f610573bb10 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -121,7 +121,7 @@ apply plugin: 'com.google.gms.google-services' ``` #### Step #5: RNNotifications and React Native version -This step is required only for `react-native-notifications` version `3.1.0` and above.
+This step is required only for `react-native-notifications` version `2.1.0` and above.
react-native-notifications supports multiple React Native versions. Target the React Native version required by your project by specifying the RNN build flavor in `android/app/build.gradle`.