react-native-router-flux: Swipe gestures break navigation

Not sure if this is related to https://github.com/aksonov/react-native-router-flux/issues/176, since he reports a 3-50% success rate, whereas this seems to reproduce 100% of the time.

When I navigate by clicking the different links, it works fine. However, if I swipe back then try to click on a link, I get the following error:

No current router is set

Actions.route
Actions.js @ 44:0

Object._Actions2.default.(anonymous
Router.js @ 138:0

...

I cloned the repo and loaded up the Example project. Here’s a .gif of the behavior: routerbug

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (12 by maintainers)

Commits related to this issue

Most upvoted comments

@kesha-antonov I don’t have a solution for this, but we use this workaround to disable the swipe gestures for the scene configs: Navigator.SceneConfigs.FloatFromBottom.gestures = null