@braze/expo-plugin
Advanced tools
Changelog
2.1.2
Changelog
2.1.1
Changelog
2.1.0
enableBrazeIosRichPush
to true
in your app.json
to enable Rich Push notifications.enableBrazeIosPushStories
to true
and configure your app group name with iosPushStoryAppGroup
in your app.json
to enable Push Stories.Changelog
2.0.0
13.4
, per the Expo SDK 50 requirements.build.gradle
file.buildFeatures.buildConfig
for compatibility with Android Gradle Plugin 8+.Changelog
1.2.0
enableBrazeIosPush
configuration to use the automatic push handling features from the Braze Swift SDK.
iosRequestPushPermissionsAutomatically
configuration to control whether iOS push permissions should be requested automatically on app launch.Changelog
1.1.2
androidPushNotificationHtmlRenderingEnabled, androidNotificationSmallIcon, androidNotificationLargeIcon, androidNotificationAccentColor
androidFirebaseMessagingFallbackServiceEnabled
and androidFirebaseMessagingFallbackServiceClasspath
.
expo.modules.notifications.service.ExpoFirebaseMessagingService
, then your configuration would need to include: "androidFirebaseMessagingFallbackServiceEnabled": true,
"androidFirebaseMessagingFallbackServiceClasspath": "expo.modules.notifications.service.ExpoFirebaseMessagingService",
AndroidManifest.xml
file.6.0.1
of the the Braze React Native SDK.
Changelog
1.1.0
android.kotlinVersion
property in app.json
.