From 5fb19665094dd8064e4414d7fe6e5a4e16ce8ace Mon Sep 17 00:00:00 2001 From: Eric Raio Date: Tue, 12 Jan 2016 04:46:20 -0800 Subject: [PATCH] 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 --- Libraries/CustomComponents/Navigator/Navigator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/CustomComponents/Navigator/Navigator.js b/Libraries/CustomComponents/Navigator/Navigator.js index 607416244..47349d769 100644 --- a/Libraries/CustomComponents/Navigator/Navigator.js +++ b/Libraries/CustomComponents/Navigator/Navigator.js @@ -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