update: app changes, new frame, and latest APK build

This commit is contained in:
2026-05-31 23:11:17 +02:00
parent b113ee98fe
commit ff1e6dc216
90 changed files with 7192 additions and 402 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default function FrameOverlay({ frameAsset }: FrameOverlayProps) {
if (!frameAsset) return null;
return (
<View style={styles.container} pointerEvents="none">
<View style={styles.container} pointerEvents="none" collapsable={false}>
<Image
source={frameAsset}
style={styles.frameImage}