-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
White screen when navigate screen with blurview - @react-native-community/blur #1882
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Snack or a link to a repository section. |
Hey @davidgvf, our github bot makes some valid points ☝🏻 . Marking it as stale and will close it shortly, unless proper reproduction is provided. |
Hi @kkafar i updated with a video that reproduce de error |
Hey,
|
if you check this link, you will see where they said it might misbehave when working with navigation so my advice is not to use this package until they fix the issue of it not allowing us to navigate to other screen |
Related issue: #1661 |
Its because of transition animation while navigating. <RootStack.Navigator screenOptions={{ headerShown: false ,animation:'none'}}> |
Description
When navigate to screen use blurview, all screen is white
Steps to reproduce
Uploading screen-capture.webm…
Navigate to screen
These screen have this code:
return (
<BlurView style={{ borderRadius: 16 }} blurAmount={18} overlayColor={'transparent'}>
{props.children}
);
In android
Snack or a link to a repository
a
Screens version
3.24.0
React Native version
0.72.4
Platforms
Android
JavaScript runtime
None
Workflow
React Native (without Expo)
Architecture
None
Build type
None
Device
Android emulator
Device model
Pixel 7
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: