update: app changes, new frame, and latest APK build
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user