react-native-blur
react-native-blur copied to clipboard
White Screen on Android When Navigating to Second Screen
I used this package, and it's pretty good, but it causes an issue on Android. When I navigate from the first screen to the second screen, the second screen shows a white screen. Can you please check and resolve it?
Same issue
Same here
"react-native": "0.75.4", "@react-native-community/blur": "4.4.1",
Same issue
"react-native": "0.72.6", "@react-native-community/blur": "^4.4.1",
same issue
same issue
I'm not sure, but..
In the RootStackNavigator, declaring the problematic <RootStack.Screen/> as the very first entry inside the <RootStack.Navigator/> resolves the issue.
same issue here
"react-native": "0.76.9"
"@react-native-community/blur": "^4.4.1"
I'm not sure, but.. In the RootStackNavigator, declaring the problematic
<RootStack.Screen/>as the very first entry inside the<RootStack.Navigator/>resolves the issue.
what do you mean?
If you put animation to 'none' then it works fine on android (no blank screen) <Stack screenOptions={{ animation: "none", }} />
If you put animation to 'none' then it works fine on android (no blank screen) <Stack screenOptions={{ animation: "none", }} />
I dont know how but this worked for me in android. Thank u so much man.
<Stack.Navigator screenOptions={{ headerShown: false, animation:"none" }}> use this in your react navigation animation: none and it will work the whole screen going blank or screen going washed out will be resolved
If you put animation to 'none' then it works fine on android (no blank screen) <Stack screenOptions={{ animation: "none", }} />
This works for me! 🚀✨ Thanks to You! @Bogdastotel
Hi, I created and recommend using this library: https://github.com/DanielAraldi/react-native-blur-view. It resolved this problem.