Skip to content

Commit d8ecec7

Browse files
authored
fix(mobile): android not able to open screen (#5026)
Enabling the BlurView on android with the experimentalBlurMethod={'dimezisBlurView'} params causes issues on android. I’ve reported the bug here. Until it is resolved or we find a workaround we can’t use BlurView on android: expo/expo#34367
1 parent 95979e6 commit d8ecec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mobile/src/components/Dropdown/sheetComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const BackdropComponent = React.memo(() => {
3131
width="100%"
3232
height="100%"
3333
>
34-
<BlurView style={styles.absolute} intensity={100} experimentalBlurMethod={'dimezisBlurView'} tint={'dark'} />
34+
<BlurView style={styles.absolute} intensity={100} tint={'dark'} />
3535
</View>
3636
)
3737
})

0 commit comments

Comments
 (0)