We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9b655 commit ebfb895Copy full SHA for ebfb895
src/index.tsx
@@ -786,7 +786,7 @@ const ModalizeBase = (
786
simultaneousHandlers={[nativeViewChildrenRef, tapGestureModalizeRef]}
787
shouldCancelWhenOutside={false}
788
onGestureEvent={handleGestureEvent}
789
- minDist={ACTIVATED}
+ // minDist={ACTIVATED} // https://github.com/jeremybarbet/react-native-modalize/pull/375
790
activeOffsetY={ACTIVATED}
791
activeOffsetX={ACTIVATED}
792
onHandlerStateChange={handleChildren}
0 commit comments