Skip to content

3.4.0

Compare
Choose a tag to compare
@Dallas62 Dallas62 released this 08 May 19:59
· 284 commits to master since this release

Features

  • (Android) Call onRegister when Firebase renew token.
  • (Android) Added Abandon Permissions method to Android #1425
  • (Android) Add a new key in AndroidManifest.xml to allow/remove notification in foreground.
        <meta-data  android:name="com.dieam.reactnativepushnotification.notification_foreground"
                    android:value="false"/>

Fixed

  • (Android) number and id are now correctly handled as number in Android.
  • (iOS) Update push-notification-ios to 1.2.0 #1410
  • Make sure to import PushNotificationIOS from react-native first #617