mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-01-12 22:50:34 +08:00
2.3 KiB
2.3 KiB
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 doc.
2.0.6
Fixed
Android
- Resolve intent by extra key and not by
google.message_idstring, Addresses #296. #5056657 by yogevbd
2.0.5
Fixed
Android
- Reverted #349, This caused our e2e tests to fail, therefor we reverted this PR and will resolve this issue in the next version #0b70828 by yogevbd
2.0.4
Fixed
Moved our builds to CircleCI and added iOS unit and e2e tests coverage.
2.0.3
Fixed
Android
- Remove verify notification #57190f7 by yogevbd
- Bring native unit tests back to life #11f370b by yogevbd
Fixed
iOS
Breaking change
- Updated the android installation setup guide.
Make sure settings gradle imports from '../node_modules/react-native-notifications/android/app' and not '../node_modules/react-native-notifications/android'
include ':reactnativenotifications'
project(':reactnativenotifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/android/app')