react-native-blur icon indicating copy to clipboard operation
react-native-blur copied to clipboard

When using frosted glass stack to jump in Android mode, ReactNavigation will experience lag and frosted glass will reset

Open runNative opened this issue 2 years ago • 2 comments

https://github.com/Kureev/react-native-blur/assets/86100818/91670b1f-f944-4c9a-9dff-a6fdf152da62

"@react-native-community/blur": "^4.4.0", "@react-navigation/bottom-tabs": "^6.5.12", "@react-navigation/native": "^6.1.10", "@react-navigation/stack": "^6.3.21",

runNative avatar Mar 30 '24 03:03 runNative

Same problem

dualism98 avatar Apr 03 '24 18:04 dualism98

const screenOptions = { animation: 'none', };

in navigation

adsalihac avatar Apr 21 '24 20:04 adsalihac