This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
forked from Instabug/Instabug-React-Native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "instabug-reactnative",
"version": "8.0.23",
"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": {
"commands": {
"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\"",
"preunlink": "ruby ./node_modules/instabug-reactnative/unlink.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\""
},
"android": {
"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()"
}
}
}