react-native-template-mario
Version:
react-native template to target multiple platforms.
11 lines (10 loc) • 330 B
JSON
{
"benchmark": "node ./benchmark/index.js",
"start-no-cache": "yarn start --reset-cache",
"build": "tsc",
"rebuild": "rm -rf build && tsc",
"clear": "rm -rf build",
"watch": "tsc --watch",
"connect": "adb reverse tcp:8081 tcp:8081 && adb shell;exit 0",
"format": "prettier --write --config .prettierrc src/**/*"
}