Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 2.32 KB

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_id string, 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

  • Fix missing badge in silent notification payload with no aps.alert #21c684d by yogevbd

Moved our builds to CircleCI and added iOS unit and e2e tests coverage.

2.0.3

Fixed

Android

Fixed

iOS

Breaking change

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')