|
@@ -26,7 +26,13 @@
|
26
|
26
|
"main": "lib/src/index.js",
|
27
|
27
|
"scripts": {
|
28
|
28
|
"build": ":",
|
29
|
|
- "start": "adb reverse tcp:8081 tcp:8081; watchman watch-del-all; node ./node_modules/react-native/local-cli/cli.js start",
|
|
29
|
+ "xcode": "open playground/ios/playground.xcodeproj",
|
|
30
|
+ "install-android": "cd playground/android && ./gradlew installDebug",
|
|
31
|
+ "uninstall-android": "cd playground/android && ./gradlew uninstallAll",
|
|
32
|
+ "xcodeunit": "node ./scripts/unit.ios.js",
|
|
33
|
+ "e2e-android": "node ./scripts/e2e.android.js",
|
|
34
|
+ "e2e-ios": "node ./scripts/e2e.ios.js",
|
|
35
|
+ "start": "adb reverse tcp:8081 tcp:8081; watchman watch-del-all; node ./node_modules/react-native/local-cli/cli.js start --root=./playground",
|
30
|
36
|
"test-js": "eslint lib/src integration scripts playground/src playground/e2e playground/scripts && BABEL_ENV=test jest --coverage",
|
31
|
37
|
"test-android": "node ./scripts/test.android.js",
|
32
|
38
|
"test-ios": "node ./scripts/test.ios.js",
|