Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.98 KB

Changelog

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