booyeu / react-native-reanimated-viewer

A high performance image viewer in react-native created from react-native-reanimated.
130 stars 12 forks source link

Enable drag up to close, too #1

Closed JuanRdBO closed 1 year ago

JuanRdBO commented 1 year ago

I really like this implementation! Would love to enable users to drag up to close too.

Disabling the condition (Date.now().valueOf() - dragLastTime.value > 500 || event.translationY <= 0) in the imageDragGestureY function would do the trick. Maybe a setting can be included in the props?

llr101 commented 1 year ago

Thank you for your support, the props dragUpToCloseEnabled has been added in v1.0.1, you can see if it meets your needs, if there is any problem, you can reopen the issue