update: app changes, new frame, and latest APK build
This commit is contained in:
@@ -208,8 +208,8 @@ export default function PreviewScreen({
|
||||
return await viewShotRef.current.capture();
|
||||
}
|
||||
return fallbackPhoto;
|
||||
} catch (e) {
|
||||
console.error('Failed to capture composite:', e);
|
||||
} catch (e: any) {
|
||||
logger.error('Failed to capture composite', e);
|
||||
return fallbackPhoto;
|
||||
}
|
||||
};
|
||||
@@ -441,6 +441,7 @@ export default function PreviewScreen({
|
||||
ref={viewShotRef}
|
||||
options={{ format: 'jpg', quality: 0.95 }}
|
||||
style={styles.viewShotContainer}
|
||||
collapsable={false}
|
||||
>
|
||||
{renderCollageView()}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user