Adding `resetTo` documentation in Navigator methods
Summary: Closes https://github.com/facebook/react-native/pull/5220 Reviewed By: svcscm Differential Revision: D2818993 Pulled By: bestander fb-gh-sync-id: 0bc0feb68e6c6f6132203daef586d78489047731
This commit is contained in:
parent
5061fde317
commit
5fb1966509
|
@ -175,6 +175,7 @@ var GESTURE_ACTIONS = [
|
|||
* - `replace(route)` - Replace the current scene with a new route
|
||||
* - `replaceAtIndex(route, index)` - Replace a scene as specified by an index
|
||||
* - `replacePrevious(route)` - Replace the previous scene
|
||||
* - `resetTo(route)` - Navigate to a new scene and reset route stack
|
||||
* - `immediatelyResetRouteStack(routeStack)` - Reset every scene with an
|
||||
* array of routes
|
||||
* - `popToRoute(route)` - Pop to a particular scene, as specified by its
|
||||
|
|
Loading…
Reference in New Issue