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
+3
View File
@@ -1,4 +1,7 @@
import { registerRootComponent } from 'expo';
import { Buffer } from 'buffer';
global.Buffer = global.Buffer || Buffer;
import App from './App';