We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e561239 commit dae3d47Copy full SHA for dae3d47
1 file changed
packages/playground/package.json
@@ -3,10 +3,10 @@
3
"version": "0.0.54",
4
"private": true,
5
"scripts": {
6
- "start": "npx @react-native-community/cli rnx-start",
+ "start": "react-native rnx-start",
7
"lint:fix": "rnw-scripts lint:fix",
8
"lint": "rnw-scripts lint",
9
- "windows": "npx @react-native-community/cli run-windows"
+ "windows": "react-native run-windows"
10
},
11
"dependencies": {
12
"@react-native-picker/picker": "2.11.0",
0 commit comments