You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,8 @@ Can use all `prop` as listed in `Scene` as `<Drawer>`, syntatic sugar for `<Scen
117
117
|`drawerIcon`|`React.Component`|| Arbitrary component to be used for drawer 'hamburger' icon, you have to set it together with `drawer` prop |
118
118
|`hideDrawerButton`|`boolean`|`false`| Boolean to show or not the drawerImage or drawerIcon |
119
119
|`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)|
0 commit comments