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:
Eric Raio 2016-01-12 04:46:20 -08:00 committed by facebook-github-bot-3
parent 5061fde317
commit 5fb1966509
1 changed files with 1 additions and 0 deletions

View File

@ -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