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: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ props will be passed to your custom drawer component.
101
101
| fadeOpacity | number | Yes | 0.6 | Opacity of the screen outside the drawer. |
102
102
| drawerScreenWidth | number | Yes | 0.8 | 0 - 1, width of drawer in relation to the screen. |
103
103
| drawerScreenHeight | number | Yes | 1 | 0 - 1, height of drawer in relation to the screen. |
104
+
| disableDragging | boolean | Yes | false | Whether you want to disable dragging of the drawer. Useful if you have ScrollView inside the drawer (addresses #62).|
105
+
| disableSwiping | boolean | Yes | false | Whether you want to disable swiping gesture. Use it only in pair with disableDragging.|
0 commit comments