mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
Fix "drawerLockMode" terminology for screenProps (#2667)
Should be "drawerLockMode" instead of "lockMode"
This commit is contained in:
committed by
Lorenzo Sciandra
parent
c1d181eccd
commit
5e001155fb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user