From 20cd7ac339cd01f19ed3d74b6a4ce87b584be9aa Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 10 Mar 2016 08:23:53 -0800 Subject: [PATCH] add hyphen on drawerLockMode values Summary: Closes https://github.com/facebook/react-native/pull/6396 Differential Revision: D3034612 Pulled By: nicklockwood fb-gh-sync-id: cd20d405b7064e167b895411decedfae215f3b8b shipit-source-id: cd20d405b7064e167b895411decedfae215f3b8b --- .../Components/DrawerAndroid/DrawerLayoutAndroid.android.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js b/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js index 8bb5e12ed7c..2f4410d523c 100644 --- a/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js +++ b/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js @@ -99,8 +99,8 @@ var DrawerLayoutAndroid = React.createClass({ /** * Specifies the lock mode of the drawer. The drawer can be locked in 3 states: * - unlocked (default), meaning that the drawer will respond (open/close) to touch gestures. - * - locked closed, meaning that the drawer will stay closed and not respond to gestures. - * - locked open, meaning that the drawer will stay opened and not respond to gestures. + * - locked-closed, meaning that the drawer will stay closed and not respond to gestures. + * - locked-open, meaning that the drawer will stay opened and not respond to gestures. * The drawer may still be opened and closed programmatically (`openDrawer`/`closeDrawer`). */ drawerLockMode: ReactPropTypes.oneOf([