Merge branch '@dev-feature/expo-dev-client' into dev
Showing
... | @@ -5,8 +5,8 @@ | ... | @@ -5,8 +5,8 @@ |
"scripts": { | "scripts": { | ||
"start": "npx expo start", | "start": "npx expo start", | ||
"fresh-reset": "rm -rf node_modules && yarn install && yarn start --clear", | "fresh-reset": "rm -rf node_modules && yarn install && yarn start --clear", | ||
"android": "npx expo start --android", | "android": "expo run:android", | ||
"ios": "npx expo start --ios", | "ios": "expo run:ios", | ||
"web": "npx expo start --web", | "web": "npx expo start --web", | ||
"format": "biome format --no-errors-on-unmatched --write .", | "format": "biome format --no-errors-on-unmatched --write .", | ||
"lint": "biome lint --no-errors-on-unmatched --apply .", | "lint": "biome lint --no-errors-on-unmatched --apply .", | ||
... | @@ -21,6 +21,7 @@ | ... | @@ -21,6 +21,7 @@ |
"@tanstack/react-query": "^5.35.1", | "@tanstack/react-query": "^5.35.1", | ||
"axios": "^1.6.8", | "axios": "^1.6.8", | ||
"expo": "~51.0.8", | "expo": "~51.0.8", | ||
"expo-dev-client": "~4.0.14", | |||
"expo-local-authentication": "~14.0.1", | "expo-local-authentication": "~14.0.1", | ||
"expo-status-bar": "~1.12.1", | "expo-status-bar": "~1.12.1", | ||
"expo-web-browser": "~13.0.3", | "expo-web-browser": "~13.0.3", | ||
... | ... |
Please
register
or
sign in
to comment