Fix iOS crash, storage, and printing issues; setup apk build

This commit is contained in:
2026-05-30 23:09:36 +02:00
parent eee684a3c9
commit 54666b077a
19 changed files with 1821 additions and 149 deletions
+5
View File
@@ -3,6 +3,9 @@
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"buffer": "^6.0.3",
"expo": "~54.0.0",
"expo-build-properties": "~1.0.10",
@@ -13,7 +16,9 @@
"ipp-encoder": "^5.0.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~4.1.1",
"react-native-svg": "~15.15.0",
"react-native-view-shot": "4.0.3",
"react-native-worklets": "0.5.1"
},