feat: 使用本地库 react-native-qrcode-svg 生成二维码,移除第三方远程图片服务

This commit is contained in:
Developer
2026-03-24 21:23:22 +08:00
parent f2fc4693a6
commit a61aa5caac
3 changed files with 379 additions and 102 deletions

View File

@@ -29,13 +29,15 @@
"expo-screen-orientation": "~55.0.8",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"pako": "^2.1.0",
"pako": "^2.1.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-pager-view": "8.0.0",
"react-native-qrcode-svg": "^6.3.21",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-video": "^6.19.0",
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.0",