From 5e001155fbce26ad1676f89a908193cddbcf0d35 Mon Sep 17 00:00:00 2001 From: Dan Gurney Date: Tue, 3 Oct 2017 12:21:49 -0400 Subject: [PATCH] Fix "drawerLockMode" terminology for screenProps (#2667) Should be "drawerLockMode" instead of "lockMode" --- docs/api/navigators/DrawerNavigator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/navigators/DrawerNavigator.md b/docs/api/navigators/DrawerNavigator.md index ddc3a7f..27478cd 100644 --- a/docs/api/navigators/DrawerNavigator.md +++ b/docs/api/navigators/DrawerNavigator.md @@ -173,7 +173,7 @@ React Element or a function, that given `{ focused: boolean, tintColor: string } #### `drawerLockMode` -Specifies the [lock mode](https://facebook.github.io/react-native/docs/drawerlayoutandroid.html#drawerlockmode) of the drawer. This can also update dynamically by using screenProps.lockMode on your top level router. +Specifies the [lock mode](https://facebook.github.io/react-native/docs/drawerlayoutandroid.html#drawerlockmode) of the drawer. This can also update dynamically by using screenProps.drawerLockMode on your top level router. ### Navigator Props