react-native-appboy-sdk
Advanced tools
Comparing version 1.17.4 to 1.18.0
@@ -0,1 +1,13 @@ | ||
## 1.18.0 | ||
##### Breaking | ||
- Updated the native Android bridge to [Braze Android SDK 3.8.0](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#380). | ||
##### Fixed | ||
- Fixed an issue where `ReactContext.getJSModule()` could be called before the native module was initialized. | ||
- Thanks @tszajna0! | ||
##### Changed | ||
- Updated the native iOS bridge to [Braze iOS SDK 3.20.4](https://github.com/Appboy/appboy-ios-sdk/releases/tag/3.20.4). | ||
## 1.17.4 | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "react-native-appboy-sdk", | ||
"version": "1.17.4", | ||
"version": "1.18.0", | ||
"description": "Braze SDK for React Native.", | ||
@@ -44,5 +44,5 @@ "main": "index.js", | ||
"i": "^0.3.5", | ||
"jest": "^22.4.4", | ||
"jest": "^23.0.0", | ||
"react": "^16.3.2", | ||
"react-native": "^0.55.4" | ||
"react-native": "^0.56.0" | ||
}, | ||
@@ -57,4 +57,7 @@ "jest": { | ||
], | ||
"preset": "react-native" | ||
"preset": "react-native", | ||
"transform": { | ||
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.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
160260