Migrate billing from Paddle to Lemon Squeezy

This commit is contained in:
Codex Agent
2026-02-03 10:59:54 +01:00
parent 2f4ebfefd4
commit a0ef90e13a
228 changed files with 4369 additions and 4067 deletions

View File

@@ -458,6 +458,19 @@ export default function UploadScreen() {
}}
/>
)}
{cameraState === 'ready' && !previewUrl ? (
<Button
size="$4"
circular
position="absolute"
bottom="$4"
backgroundColor="$primary"
onPress={handleCapture}
aria-label={t('upload.captureButton', 'Capture')}
>
<Camera size={20} color="#FFFFFF" />
</Button>
) : null}
{(cameraState === 'ready' || cameraState === 'starting' || cameraState === 'preview') ? (
<Button
size="$3"