react-native-sdk
react-native-sdk copied to clipboard
App Crashing While Opening From Playstore
Issue is happening while installing from playstore and click open it is crashing. But if I clear cache and data it starts working.

Package info: "@iterable/react-native-sdk": "1.3.9"
Using below code in app.js
Iterable.initialize(iterableKey, config).then(data => {
console.log('Iterable Initialization response', data);
}).catch(error => {
console.log('Iterable Initialization Error', error);
});
Maybe is for this. Try with 1.3.6 version (uses android sdk 3.4.9)