react-native-appboy-sdk
Advanced tools
Comparing version 1.11.1 to 1.12.0
@@ -0,1 +1,9 @@ | ||
## 1.12.0 | ||
##### Breaking | ||
- Updated the native Android bridge to [Braze Android SDK 3.3.0](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#330). | ||
##### Added | ||
- Added `ReactAppboy.launchContentCards()` for launching the content cards UI. | ||
## 1.11.1 | ||
@@ -2,0 +10,0 @@ |
@@ -450,3 +450,11 @@ const AppboyReactBridge = require('react-native').NativeModules.AppboyReactBridge; | ||
// Content Cards | ||
/** | ||
* Launches the Content Cards UI element. | ||
*/ | ||
launchContentCards: function() { | ||
AppboyReactBridge.launchContentCards(); | ||
}, | ||
/** | ||
* Requests a News Feed refresh. | ||
@@ -453,0 +461,0 @@ */ |
{ | ||
"name": "react-native-appboy-sdk", | ||
"version": "1.11.1", | ||
"version": "1.12.0", | ||
"description": "Braze SDK for React Native.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
138280
1642