Fix AbsoluteFill blocking touch events and fix ViewShot drawable bug by resolving require() assets to explicit file URI
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user