FluidTransitions icon indicating copy to clipboard operation
FluidTransitions copied to clipboard

Strange bug with TouchableHighlight and InteractionManager.runAfterInteractions

Open davidskaarup opened this issue 5 years ago • 1 comments

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?

davidskaarup avatar Mar 07 '19 15:03 davidskaarup

Facing the same issue. Any updates?

VishwajeetDagar avatar Apr 22 '19 10:04 VishwajeetDagar