mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 22:41:28 +08:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user