···1717export const EMBED_SCRIPT = `${EMBED_SERVICE}/static/embed.js`
1818export const BSKY_DOWNLOAD_URL = 'https://bsky.app/download'
1919export const STARTER_PACK_MAX_SIZE = 150
2020+export const CARD_ASPECT_RATIO = 1200 / 630
20212122// HACK
2223// Yes, this is exactly what it looks like. It's a hard-coded constant
+1-1
src/screens/Onboarding/StepFinished.tsx
···401401 ]}>
402402 <Image
403403 source={image}
404404- style={[a.w_full, {aspectRatio: 1}]}
404404+ style={[a.w_full, a.aspect_square]}
405405 alt={alt}
406406 accessibilityIgnoresInvertColors={false} // I guess we do need it to blend into the background
407407 />