feat: refine creation and registration flows
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user