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
+3 -2
View File
@@ -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()}