mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00: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:
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…
x
Reference in New Issue
Block a user