expo / ex-navigation

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

Add popN to StackNavigation #12

Open chirag04 opened 8 years ago

chirag04 commented 8 years ago

popping multiple screens in a multi screen form seems like a standard ux. thoughts on supporting this?

I can PR if you guys agree.

brentvatne commented 8 years ago

I saw this just landed on react-native master, seems fine to me, PR welcome!

chrisbianca commented 7 years ago

Just submitted PR https://github.com/exponentjs/ex-navigation/pull/140 to add this functionality