FluidTransitions
FluidTransitions copied to clipboard
Strange bug with TouchableHighlight and InteractionManager.runAfterInteractions
I'm experiencing a strange bug when navigating to a route in my FluidNavigator. If I use a TouchableHighlight
then runAfterInteractions
will trigger immediately on the new screen when I press the button. But if I use a TouchableOpacity
it works as expected and runAfterInteractions
is called on the new screen when the transition is complete.
This does not happen if I use a regular StackNavigator from react-navigation.
I have tested on both iOS and Android and it seems to happen on both platforms.
Any idea what could be causing this?
Facing the same issue. Any updates?