unify mobile scripts with rest of the project

This commit is contained in:
Pavel Prichodko 2023-01-16 12:59:19 +01:00
parent e63b6dbda7
commit 4f676c117d
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 2 additions and 4 deletions

View File

@ -4,11 +4,9 @@
"main": "index.js",
"private": true,
"scripts": {
"start": "expo start -c",
"android": "TAMAGUI_TARGET=native yarn expo run:android",
"dev": "expo start -c",
"ios": "TAMAGUI_TARGET=native yarn expo run:ios",
"web": "TAMAGUI_TARGET=web yarn expo start --web",
"eject": "expo eject"
"android": "TAMAGUI_TARGET=native yarn expo run:android"
},
"dependencies": {
"@babel/runtime": "^7.18.9",