🚀 Socket Launch Week 🚀 Day 1: Introducing .NET Support in Socket.Learn More

instabug-reactnative

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instabug-reactnative - npm Package Compare versions

Comparing version

to
1.1.6

@@ -21,3 +21,4 @@ import {NativeModules, NativeAppEventEmitter, Platform} from "react-native";

startWithToken: function (token, invocationEvent) {
Instabug.startWithToken(token, invocationEvent);
if (Platform.OS === 'ios')
Instabug.startWithToken(token, invocationEvent);
},

@@ -24,0 +25,0 @@

{
"name": "instabug-reactnative",
"version": "1.1.4",
"version": "1.1.6",
"description": "React Native plugin for integrating the Instabug SDK",

@@ -26,5 +26,5 @@ "main": "index.js",

"android": {
"packageInstance": "new RNInstabugReactnativePackage(MainApplication.this)"
"packageInstance": "new RNInstabugReactnativePackage(\"YOUR_ANDROID_APPLICATION_TOKEN\",MainApplication.this,\"shake\",\"#1D82DC\")"
}
}
}

Sorry, the diff of this file is not supported yet