react-native-appboy-sdk
Advanced tools
Changelog
1.5.2
Changelog
1.5.1
Changelog
1.5.0
submitFeedback()
on Android to always return true
as submitFeedback()
was changed to return void
in the native SDK.Changelog
1.4.1
Changelog
1.4.0
ReactAppboy.registerPushToken()
for registering push tokens with Braze.
react-native-appboy-sdk
Podspec for integrating the React Native iOS bridge via Cocoapods.
Changelog
1.3.0
ReactAppboy.requestImmediateDataFlush()
for requesting an immediate flush of any data waiting to be sent to Braze's servers.ReactAppboy.requestFeedRefresh()
for requesting a refresh of the News Feed.
launchNewsFeed()
. See NewsFeedLaunchOptions
for supported keys.
NewsFeedLaunchOptions
keys, see the card width and card margin properties on ABKFeedViewController.Changelog
1.1.0
setDateCustomUserAttribute()
in the iOS React bridge may now only be called with a double.
Changelog
1.0.0
ReactAppboy.getCardCountForCategories()
and ReactAppboy.getUnreadCardCountForCategories()
for retrieving News Feed card counts.
ReactAppboy.getInitialURL()
for handling deep links when an iOS application is launched from the suspended state by clicking on a push notification with a deep link. See componentDidMount()
in AppboyProject.js
for a sample implementation.ReactAppboy.setTwitterData()
and ReactAppboy.setFacebookData()
for Twitter and Facebook integration.
AppboyBroadcastReceiver.java
from the AppboyProject sample project, as Braze Android SDK v1.15.0 removes the need for a custom AppboyBroadcastReceiver
for Braze push notifications.