Skip to content

Releases: urbanairship/react-native-airship

2.2.0

05 Mar 21:57
2e6e576
Compare
Choose a tag to compare
  • Updated Android SDK to 9.6.0.
  • Android now requires compiling against API 28 (compileSdkVersion 28)
  • Firebase core and messaging dependency versions can be overridden with firebaseMessagingVersion and firebaseCoreVersion gradle properties.
  • Updated the sample to use latest React Native.

2.1.3

05 Mar 21:57
727a36b
Compare
Choose a tag to compare
  • Updated Android SDK to 9.5.6.

2.1.2

05 Mar 21:57
7a39563
Compare
Choose a tag to compare
  • Updated Android SDK to 9.5.5.
  • Updated iOS SDK to 10.0.3.

2.1.1

05 Mar 21:57
22266cb
Compare
Choose a tag to compare
  • Reverted Android firebase-core dependency back to 16.0.1 to avoid bug in 16.0.3.

2.0.3

05 Mar 21:57
Compare
Choose a tag to compare
  • Fixed iOS pending event (backported from 2.1.0).
  • Updated Android SDK to 9.5.2.

2.1.0

05 Mar 21:57
80b23e5
Compare
Choose a tag to compare
  • Added support for enabling notifications with a resulting promise.
  • Fixed iOS event addition bug.
  • Updated Android SDK to 9.5.2.
  • Updated iOS SDK to 10.0.0.

2.0.2

05 Mar 21:57
a403d2b
Compare
Choose a tag to compare
  • Fixed Android pending events.
  • Updated Android SDK to 9.5.0.
  • Updated recommmended iOS SDK to 9.4.0.
  • Updated header search paths for ExpoKit.

2.0.1

05 Mar 21:57
eafbd53
Compare
Choose a tag to compare
  • Fixed firebase-core dependency (now 16.0.1)

2.0.0

05 Mar 21:57
08984c2
Compare
Choose a tag to compare
  • Added support for authorized notification settings on iOS
  • Android SDK now defaults to FCM, and depends on firebase-core
  • Updated iOS SDK to 9.3.3
  • Update Android SDK to 9.4.1

1.6.2

05 Mar 21:57
Compare
Choose a tag to compare
  • Remove use of AsyncTaskCompat to be compatible with Android Support Library 27