2016-10-03 20:20:59 +02:00
{
2016-10-04 11:41:36 +02:00
"name" : "instabug-reactnative" ,
2017-08-31 16:31:02 +02:00
"version" : "2.0.0" ,
2016-10-04 11:41:36 +02:00
"description" : "React Native plugin for integrating the Instabug SDK" ,
2016-10-03 20:20:59 +02:00
"main" : "index.js" ,
2017-01-23 16:57:58 +02:00
"repository" : {
2016-10-04 11:41:36 +02:00
"type" : "git" ,
"url" : "git+https://github.com/Instabug/instabug-reactnative.git"
2016-10-03 20:20:59 +02:00
} ,
"keywords" : [
2017-01-23 16:57:58 +02:00
"react-native" ,
2016-10-04 11:41:36 +02:00
"bug" ,
"reporting" ,
"feedback" ,
"instabug" ,
"sdk"
2016-10-03 20:20:59 +02:00
] ,
2016-10-04 11:41:36 +02:00
"author" : "Hossam Hassan && Yousef Hamza" ,
"license" : "MIT" ,
2017-01-23 16:57:58 +02:00
"bugs" : {
2016-10-04 11:41:36 +02:00
"url" : "https://github.com/Instabug/instabug-reactnative/issues"
} ,
"homepage" : "https://github.com/Instabug/instabug-reactnative#readme" ,
"rnpm" : {
2017-08-31 02:32:55 +02:00
"commands" : {
2017-08-31 16:03:18 +02:00
"postlink" : "ruby ./node_modules/instabug-reactnative/link.rb || echo \"Ruby doesn't exist, if you're building this for Android only, then feel free to ignore this error, otherwise please install Ruby and run 'react-native link instabug-reactnative' again\""
2017-08-31 02:32:55 +02:00
} ,
2016-10-04 11:41:36 +02:00
"android" : {
2017-08-08 17:36:25 +02:00
"packageInstance" : "\t\tnew RNInstabugReactnativePackage.Builder(\"YOUR_ANDROID_APPLICATION_TOKEN\",MainApplication.this)\n\t\t\t\t\t\t\t.setInvocationEvent(\"shake\")\n\t\t\t\t\t\t\t.setPrimaryColor(\"#1D82DC\")\n\t\t\t\t\t\t\t.setFloatingEdge(\"left\")\n\t\t\t\t\t\t\t.setFloatingButtonOffsetFromTop(250)\n\t\t\t\t\t\t\t.build()"
2016-10-04 11:41:36 +02:00
}
2016-10-03 20:20:59 +02:00
}
2017-07-20 13:48:02 +02:00
}