- react-native 0.60 Support
This version requires an additional installation step in order to identify the correct build flavor on android, as described in our Installation doc.
- Resolve intent by extra key and not by
google.message_id
string, Addresses #296. #5056657 by yogevbd
- 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
Moved our builds to CircleCI and added iOS unit and e2e tests coverage.
- Remove verify notification #57190f7 by yogevbd
- Bring native unit tests back to life #11f370b by yogevbd
- 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')