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:
Neo 2016-12-15 21:01:34 -08:00 committed by Facebook Github Bot
parent 85c8333bc8
commit 4cb8a852a1
1 changed files with 1 additions and 1 deletions

View File

@ -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),