feat: refine creation and registration flows

This commit is contained in:
Sacha
2026-07-30 09:42:12 +02:00
parent 3fff09ba81
commit 761f3cc200
39 changed files with 1444 additions and 1239 deletions
+4 -1
View File
@@ -49,6 +49,8 @@ export default ({
connect = false,
blurIntensity = 0,
backgroundColor = '#000',
backgroundContent = null,
coinBadgeContainerStyle = null,
showCoin = true,
showReturnHome = false,
onReturnHome = null,
@@ -209,8 +211,9 @@ export default ({
}}
/>
) : null}
{backgroundContent}
{coinBadgeContainerVisible ? (
<View style={styles.coinBadgeContainer}>
<View style={[styles.coinBadgeContainer, coinBadgeContainerStyle]}>
{showCoinBadge ? (
<View style={styles.coinRow}>
<Pressable