-
Notifications
You must be signed in to change notification settings - Fork 571
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

