expo install --fix updated all deps to SDK 55 compatible versions: - expo-router 5.0.7 → 55.0.12 - expo-status-bar 3.0.9 → 55.0.5 - react 19.1.0 → 19.2.0 - react-native 0.81.5 → 0.83.4 - react-native-safe-area-context 5.7.0 → 5.6.2 - react-native-screens 4.12.0 → 4.23.0 - @types/react 19.1.0 → 19.2.14 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
789 B
JSON
30 lines
789 B
JSON
{
|
|
"name": "@trails-cool/mobile",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@trails-cool/api": "workspace:*",
|
|
"@trails-cool/gpx": "workspace:*",
|
|
"@trails-cool/i18n": "workspace:*",
|
|
"@trails-cool/map-core": "workspace:*",
|
|
"@trails-cool/types": "workspace:*",
|
|
"expo": "~55.0.14",
|
|
"expo-router": "~55.0.12",
|
|
"expo-status-bar": "~55.0.5",
|
|
"react": "19.2.0",
|
|
"react-native": "0.83.4",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.14",
|
|
"typescript": "~5.9.2"
|
|
}
|
|
}
|