Closed aguycalled closed 2 years ago
This Pull Request fixes two crashes in Android 10.x:
BlurView
View
BlurViewContainer
react-native-fingerprint-scanner
expo-local-authentication
This Pull Request fixes two crashes in Android 10.x:
BlurView
when the app gets locked after going to background. Solution: Using an opaqueView
.BlurView
is shown while a screen change animation happens. Solution: Wrapping theBlurView
inBlurViewContainer
delaying its appearance until the animation is finished. Source: https://github.com/Kureev/react-native-blur/issues/452#issuecomment-1092845638react-native-fingerprint-scanner
instead ofexpo-local-authentication
.