{ "name": "instabug-reactnative", "version": "1.1.6", "description": "React Native plugin for integrating the Instabug SDK", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/Instabug/instabug-reactnative.git" }, "keywords": [ "react-native", "bug", "reporting", "feedback", "instabug", "sdk" ], "author": "Hossam Hassan && Yousef Hamza", "license": "MIT", "bugs": { "url": "https://github.com/Instabug/instabug-reactnative/issues" }, "homepage": "https://github.com/Instabug/instabug-reactnative#readme", "rnpm": { "android": { "packageInstance": "new RNInstabugReactnativePackage.Builder(\"YOUR_ANDROID_APPLICATION_TOKEN\",MainApplication.this)\n.setInvocationEvent(\"shake\")\n.setPrimaryColor(\"#1D82DC\")\n.setFloatingEdge(\"left\")\n.setFloatingButtonOffsetFromTop(250)\n.build()" } } }