react-native-blur
react-native-blur copied to clipboard
blureView show white background on ios
Hello ,
I have integrated blur view which is working fine in android.
However in iPhone it shows white background color.
this is my code
<ImageBackground
source={{uri: this.state.imageFromCamer}}
style={styles.blur_viewShot2}>
<BlurView
style={styles.blur_top_container}
blurType="light"
blurAmount={3}
overlayColor={'transparent'}
/>
<BlurView
style={styles.blur_bottom_container}
blurType="light"
blurAmount={3}
overlayColor={'transparent'}
/>
</ImageBackground>
Please check below two screenshot for the same.
android

iphone

Same issue here. On the emulator iPhone 12 mini version 15.3.1, I see white background instead of blur. Did u find a fix? @feras-merwas
@bryandandan not yet
bryandandan
Did you get the solution???
Has anyone found a solution? i am facing same issue.
blur effect on iOS adding white or dark color with a light, regular, and dark type. with regular type must not contain white color.
with regular type
with dark type
with light type
bryandandan
Did you get the solution???
No sorry :/
Bump