fix typo
Summary: Closes https://github.com/facebook/react-native/pull/11249 Differential Revision: D4338083 Pulled By: lacker fbshipit-source-id: bc997c9fb0c4af0667234d4920ea9a73ac86d2fb
This commit is contained in:
parent
85c8333bc8
commit
4cb8a852a1
|
@ -40,7 +40,7 @@ const navigationRoute = PropTypes.shape({
|
|||
key: PropTypes.string.isRequired,
|
||||
});
|
||||
|
||||
/* navigationRoute */
|
||||
/* NavigationState */
|
||||
const navigationState = PropTypes.shape({
|
||||
index: PropTypes.number.isRequired,
|
||||
routes: PropTypes.arrayOf(navigationRoute),
|
||||
|
|
Loading…
Reference in New Issue