Files
Yuzu-GCA/packages/client-android/package.json
LukeMackin 084560c058 feat: expo-updates热更新 —— shamefully-hoist+缺失包修复
- .npmrc: shamefully-hoist=true (pnpm扁平化兼容Expo Gradle)
- 安装 @react-native/gradle-plugin + jsc-android
- expo prebuild生成无execute调用的Gradle配置
- BUILD SUCCESSFUL 52s, APK 3.5MB含expo-updates
2026-07-20 18:52:37 +08:00

31 lines
814 B
JSON

{
"name": "@yuzu-gca/client-android",
"version": "0.1.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"build": "eas build -p android --profile preview",
"export": "expo export --platform android",
"prebuild": "expo prebuild --platform android",
"ios": "expo run:ios"
},
"dependencies": {
"@react-native/gradle-plugin": "^0.86.0",
"@yuzu-gca/shared": "workspace:*",
"expo": "~52.0.49",
"expo-constants": "~17.0.0",
"expo-file-system": "~18.0.0",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.27.5",
"jsc-android": "^250231.0.0",
"react": "18.3.1",
"react-native": "0.76.5"
},
"devDependencies": {
"@types/react": "~18.3.0",
"typescript": "^5.5.0"
}
}