We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66971d8 commit bbb75beCopy full SHA for bbb75be
1 file changed
example/package.json
@@ -15,7 +15,7 @@
15
"lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix",
16
"format": "prettier --check \"**/*.{js,ts,tsx}\"",
17
"format:fix": "prettier --write \"**/*.{js,ts,tsx}\"",
18
- "start": "react-native start",
+ "start": "react-native start --client-logs",
19
"dev": "sh -c 'react-native start --client-logs \"$@\" 2>&1 | tee /tmp/rnqc-metro.log' --",
20
"pods": "RCT_USE_RN_DEP=1 RCT_USE_PREBUILT_RNCORE=1 bundle install && bundle exec pod install --project-directory=ios",
21
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
0 commit comments