Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blureView show white background on ios #465

Open
feras-merwas opened this issue Apr 6, 2022 · 6 comments
Open

blureView show white background on ios #465

feras-merwas opened this issue Apr 6, 2022 · 6 comments

Comments

@feras-merwas
Copy link

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

android

iphone

iphone

@bryandandan
Copy link

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

@feras-merwas
Copy link
Author

@bryandandan not yet

@alirehmanappcrates
Copy link

bryandandan

Did you get the solution???

@zainlinux1989
Copy link

zainlinux1989 commented Nov 2, 2022

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.
regular
with regular type

dark
with dark type

light
with light type

@bryandandan
Copy link

bryandandan

Did you get the solution???

No sorry :/

@NorseGaud
Copy link

Bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants