FluidTransitions icon indicating copy to clipboard operation
FluidTransitions copied to clipboard

Android Locks Screen After First Transition Using react-native-screens >= 1.0.0-alpha.18

Open jkolyer opened this issue 5 years ago • 6 comments

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.

jkolyer avatar Mar 19 '19 18:03 jkolyer

Do you have react-native-screens I noticed this with usescreens

jrwpatterson avatar Mar 19 '19 20:03 jrwpatterson

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?

jkolyer avatar Mar 19 '19 23:03 jkolyer

The problem is introduced in react-native-screens 1.0.0-alpha.18. alpha-17 works OK.

jkolyer avatar Mar 20 '19 14:03 jkolyer

Could this be a problem in react-native-screens?

chrfalch avatar Mar 27 '19 06:03 chrfalch

@chrfalch Possibly

jkolyer avatar Mar 28 '19 05:03 jkolyer