FluidTransitions
FluidTransitions copied to clipboard
Android Locks Screen After First Transition Using react-native-screens >= 1.0.0-alpha.18
Using RN 0.59 on Android, the first transition works properly. After that, the transitioned screen is non-responsive. The navigation back button works, but the buttons in the screen do not. This happens on each screen using the provided Examples.
I'm trying to debug this, but wanted to notify others.
Do you have react-native-screens I noticed this with usescreens
Yes I just narrowed it down to some change between react-native-screens alpha.12 and alpha.22.
@jrwpatterson what about usescreens
is the problem? do you have a workaround?
The problem is introduced in react-native-screens 1.0.0-alpha.18
. alpha-17 works OK.
@chrfalch This change causes the blocker on Android.
Could this be a problem in react-native-screens?
@chrfalch Possibly