expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

iOS: StackNavigation's "swipe right to go back" feature is not smooth #466

Open thomasttvo opened 7 years ago

thomasttvo commented 7 years ago

2 reasons:

  1. You can only swipe from the far left edge to go back. There's no way to adjust it so that you can swipe in the center.
  2. With ScrollView inside the scene, it's even harder. You have to swipe perfectly horizontally in order for it to recognize your swipe.

I haven't checked Android yet but I hope you do when you're on this issue.

computist commented 7 years ago

+1 I am trying to make swipe-back from the middle of the screen work in a decent way. Any suggestions?