Fixed typo

Summary: Closes https://github.com/facebook/react-native/pull/7448

Differential Revision: D3274779

fb-gh-sync-id: ae50ff1939778663af2f212fd510ed04ea640bb2
fbshipit-source-id: ae50ff1939778663af2f212fd510ed04ea640bb2
This commit is contained in:
Alessandro Nadalin 2016-05-08 11:47:08 -07:00 committed by Facebook Github Bot 1
parent 17f08070e8
commit b88d9d2380

View File

@ -127,7 +127,7 @@ var DrawerLayoutAndroid = React.createClass({
* - idle, meaning there is no interaction with the navigation view happening at the time
* - dragging, meaning there is currently an interaction with the navigation view
* - settling, meaning that there was an interaction with the navigation view, and the
* navigation view is now finishing it's closing or opening animation
* navigation view is now finishing its closing or opening animation
*/
onDrawerStateChanged: ReactPropTypes.func,
/**