Fix "drawerLockMode" terminology for screenProps (#2667)

Should be "drawerLockMode" instead of "lockMode"
This commit is contained in:
Dan Gurney 2017-10-03 12:21:49 -04:00 committed by Lorenzo Sciandra
parent c1d181eccd
commit 5e001155fb

View File

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