Skip to content

Commit e88654c

Browse files
authored
Drawer - increase threshold (wix#2249)
1 parent 373c2c1 commit e88654c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/drawer/Swipeable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ export default class Swipeable extends Component<Props, State> {
511511
<PanGestureHandler
512512
{...this.props}
513513
// minDeltaX={10}
514-
activeOffsetX={[-10, Constants.isIOS ? 44 : 10]}
514+
activeOffsetX={[-44, 44]}
515515
onGestureEvent={this._onGestureEvent}
516516
onHandlerStateChange={this._onHandlerStateChange}
517517
>

0 commit comments

Comments
 (0)