From 711963449ce1ca754f398b6b35967418be9f1280 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Sat, 14 Sep 2019 22:37:49 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ docs/installation.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0212ae5..988f384 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 eee414a..56f1aba 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`. -- 2.26.2