You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version requires 13.1.0 of the Braze React Native SDK.
Replaces the iOS BrazeAppDelegate method call of BrazeReactUtils.populateInitialUrl with BrazeReactUtils.populateInitialPayload.
This update resolves an issue where push opened events would not be triggered when clicking on a notification while the application is in a terminated state.
To fully leverage this update, replace all calls of Braze.getInitialURL with Braze.getInitialPushPayload in your JavaScript code.
The initial URL can now be accessed via the url property of the initial push payload.
Fixed
Fixes the Expo prebuild script to prevent duplicate Braze properties from being added to gradle.properties.