react-native/Libraries/CustomComponents
Eric Vicenti c0d77dbe9c [ReactNative] Navigator pop specify route to pop
Summary:
Now you can pass a route to the pop function in the navigator context, and the Navigator will pop that scene off the stack and every scene that follows.

This changes the request API that bubbles up to the top-level navigator. The `pop` request had previously taken a route for `popToRoute`, but that is a more obscure use case. This makes the request API more closely match the context method naming.

@public

Test Plan: Verified this works by popping several routes in AdsManager. Experimented with UIExplorer Navigator example to make sure popToRoute still works as expected
2015-05-01 18:11:13 -08:00
..
ListView Fixing jsdoc parsing of functions that are defined over multiple lines (Fixes #410) 2015-04-04 09:56:16 -08:00
Navigator [ReactNative] Navigator pop specify route to pop 2015-05-01 18:11:13 -08:00
LICENSE [ReactNative] Add Custom Components folder 2015-03-20 09:19:28 -08:00