feat(mobile): build native in-app QR Stand Generator with theme switcher & A5 PDF / PNG exporter

This commit is contained in:
AyrisAI
2026-08-20 18:25:20 +03:00
parent bf44bf3e9d
commit 3a15dd15b9
3 changed files with 590 additions and 107 deletions
+4 -1
View File
@@ -25,7 +25,9 @@
"expo-haptics": "^14.0.1",
"expo-image-picker": "~16.0.6",
"expo-linking": "~7.0.5",
"expo-print": "^57.0.1",
"expo-router": "~4.0.0",
"expo-sharing": "^57.0.13",
"expo-splash-screen": "~0.29.24",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
@@ -33,7 +35,8 @@
"react-native-purchases": "^8.2.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-url-polyfill": "^2.0.0"
"react-native-url-polyfill": "^2.0.0",
"react-native-view-shot": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",