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 41f6e6d commit 71f0464Copy full SHA for 71f0464
package.json
@@ -3,12 +3,10 @@
3
"main": "expo-router/entry",
4
"version": "1.0.0",
5
"scripts": {
6
- "start": "expo start",
7
- "reset-project": "node ./scripts/reset-project.js",
8
- "android": "expo start --android",
9
- "ios": "expo start --ios",
10
- "web": "expo start --web",
11
- "lint": "expo lint"
+ "dev": "EXPO_NO_TELEMETRY=1 expo start",
+ "build:web": "expo export --platform web",
+ "lint": "expo lint",
+ "typecheck": "tsc --noEmit"
12
},
13
"dependencies": {
14
"@expo/vector-icons": "^15.0.3",
0 commit comments