Typo
Summary: > Explain the **motivation** for making this change. What existing problem does the pull request solve? Just fixed a typo. Feel free to make the change directly in the repo without my credit if the process is easier than accepting this PR. Closes https://github.com/facebook/react-native/pull/11164 Differential Revision: D4236963 Pulled By: mkonicek fbshipit-source-id: 72c059596216602f9ab30dea6eb5f9cdbf89d31b
This commit is contained in:
parent
5e8e6b8f07
commit
fde4fb1485
|
@ -491,7 +491,7 @@ var Navigator = React.createClass({
|
|||
* Reset every scene with an array of routes.
|
||||
*
|
||||
* @param {RouteStack} nextRouteStack Next route stack to reinitialize.
|
||||
* All existing route stacks are destroyed an potentially recreated. There
|
||||
* All existing route stacks are destroyed and potentially recreated. There
|
||||
* is no accompanying animation and this method immediately replaces and
|
||||
* re-renders the navigation bar and the stack items.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue