修复一些已知问题

This commit is contained in:
Kevin
2026-03-20 17:25:42 +08:00
parent 8af37e5e8e
commit 70070216c4
16 changed files with 350 additions and 74 deletions

View File

@@ -152,6 +152,8 @@ export default ({ config }: ConfigContext): ExpoConfig => {
favicon: './assets/images/favicon.png',
},
plugins: [
// CI/local release: android/app/keystore.properties + store file → release signing; -PversionName/-PversionCode
'./plugins/withAndroidReleaseSigning',
// --- Web: Required for expo-sqlite on web ---
// COEP/COOP headers enable SharedArrayBuffer in browsers.
// Also configure metro.config.js (wasm + dev server headers).