unify mobile scripts with rest of the project
This commit is contained in:
parent
16ed34999a
commit
d7b6f8b044
|
@ -4,11 +4,9 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "expo start -c",
|
"dev": "expo start -c",
|
||||||
"android": "TAMAGUI_TARGET=native yarn expo run:android",
|
|
||||||
"ios": "TAMAGUI_TARGET=native yarn expo run:ios",
|
"ios": "TAMAGUI_TARGET=native yarn expo run:ios",
|
||||||
"web": "TAMAGUI_TARGET=web yarn expo start --web",
|
"android": "TAMAGUI_TARGET=native yarn expo run:android"
|
||||||
"eject": "expo eject"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
|
|
Loading…
Reference in New Issue