Skip to content

Commit f2c9c0d

Browse files
author
aksonov
committed
Merge remote-tracking branch 'origin/master'
2 parents 9f33120 + 137a9db commit f2c9c0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/API.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ Can use all `prop` as listed in `Scene` as `<Drawer>`, syntatic sugar for `<Scen
117117
| `drawerIcon` | `React.Component` | | Arbitrary component to be used for drawer 'hamburger' icon, you have to set it together with `drawer` prop |
118118
| `hideDrawerButton` | `boolean` | `false` | Boolean to show or not the drawerImage or drawerIcon |
119119
| `drawerPosition` | `string` | `left` | Determines whether the drawer is on the right or the left. Keywords accepted are `right` and `left` |
120-
| `drawerWidth` | `number` | | The width, in pixels, of the drawer (optional)
120+
| `drawerWidth` | `number` | | The width, in pixels, of the drawer (optional)|
121+
| `drawerLockMode` | enum('unlocked', 'locked-closed', 'locked-open') | | Specifies the lock mode of the drawer (https://facebook.github.io/react-native/docs/drawerlayoutandroid.html#drawerlockmode) |
121122

122123

123124
## Modals (`<Modal>` or `<Scene modal>`)

0 commit comments

Comments
 (0)