Fix AbsoluteFill blocking touch events and fix ViewShot drawable bug by resolving require() assets to explicit file URI

This commit is contained in:
2026-06-01 11:14:33 +02:00
parent ff8e368fca
commit 13e4c734d6
2 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ export default function PreviewScreen({
style={styles.viewShotContainer}
collapsable={false}
>
<View style={StyleSheet.absoluteFill} collapsable={false}>
<View style={{ flex: 1, width: '100%', height: '100%' }} collapsable={false}>
{renderCollageView()}
{/* Frame Overlay */}