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
When subscribing to push notification events, the subscription will be triggered on iOS for both "push_received" and "push_opened", instead of only for "push_opened" events.
Added
Updates the Braze sample app to use React Native version 0.74.1.
Adds support for 3 new Feature Flag property types and various APIs for accessing them:
getFeatureFlagTimestampProperty(id, key) for accessing Int Unix UTC millisecond timestamps as numbers.
getFeatureFlagImageProperty(id, key) for accessing image URLs as strings.
getFeatureFlagJSONProperty(id, key) for accessing JSON objects as object types.