We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defcaa1 commit 1ffa26eCopy full SHA for 1ffa26e
package.json
@@ -47,7 +47,7 @@
47
"start:ios": "react-native run-ios --project-path example/ios",
48
"start:macos": "react-native run-macos --project-path example/macos --scheme AsyncStorageExample",
49
"start:web": "expo start:web",
50
- "start:windows": "react-native start --use-react-native-windows",
+ "start:windows": "install-windows-test-app -p example/windows && react-native run-windows --root example --logging --no-packager --no-telemetry",
51
"build:e2e:android": "scripts/android_e2e.sh 'build'",
52
"build:e2e:ios": "scripts/ios_e2e.sh 'build'",
53
"build:e2e:macos": "scripts/macos_e2e.sh 'build'",
0 commit comments