feat: share qr at start
This commit is contained in:
@@ -26,7 +26,7 @@ const ShareQrModal = ({
|
||||
return null;
|
||||
}
|
||||
|
||||
const blurIntensity = Platform.select({ ios: 40, default: 20 });
|
||||
const blurIntensity = Platform.select({ ios: 40, android: 40, default: 20 });
|
||||
|
||||
return (
|
||||
<Portal>
|
||||
@@ -42,6 +42,7 @@ const ShareQrModal = ({
|
||||
intensity={blurIntensity}
|
||||
tint="dark"
|
||||
style={styles.modalCard}
|
||||
experimentalBlurMethod="dimezisBlurView"
|
||||
>
|
||||
{/* <Pressable
|
||||
onPress={onClose}
|
||||
|
||||
Reference in New Issue
Block a user