debug: expo-updates ENABLED_IN_DEVELOPMENT尝试(debug禁用+release缺AAR)

- debug manifest: 添加ENABLED_IN_DEVELOPMENT=true(无效,SDK内置检查绕过)
- 根因: expo-updates在BuildConfig.DEBUG时禁用,无法从meta覆盖
- release构建缺react-android-0.76.5-release.aar(npm不提供)
- 热更新需eas build云端构建或Android Studio release配置
This commit is contained in:
LukeMackin
2026-07-21 00:21:36 +08:00
parent ebce72e7cd
commit f7ddb1bec5
12 changed files with 516 additions and 456 deletions