Guest User

Untitled

a guest
May 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. "scripts": {
  2. "js-app": "RN_E2E_TESTS=E2E react-native start",
  3. "postinstall": "node ./scripts/postinstall.js && repackager setup",
  4. "start": "watchman watch-del-all && (adb reverse tcp:8081 tcp:8081 || true) && node node_modules/react-native/local-cli/cli.js start --reset-cache",
  5. "xcode": "open ios/example.xcodeproj",
  6. "android": "cd android && ./gradlew installDebug",
  7. "e2e:build": "detox build --configuration android.emu.debug",
  8. "e2e:test": "detox test --configuration android.emu.debug -l verbose",
  9. "e2e:ios": "detox test --configuration ios.sim.debug",
  10. "e2e-release": "detox test --configuration ios.sim.release"
Add Comment
Please, Sign In to add comment