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 d963c6f commit 478b10bCopy full SHA for 478b10b
apps/example-expo/package.json
@@ -6,6 +6,8 @@
6
"scripts": {
7
"start": "expo start",
8
"reset-project": "node ./scripts/reset-project.js",
9
+ "build:android": "expo prebuild --platform android && expo run:android",
10
+ "build:ios": "expo prebuild --platform ios && expo run:ios",
11
"android": "expo run:android",
12
"ios": "expo run:ios",
13
"web": "expo start --web",
0 commit comments