cbbfcd / react-native-lightbox

Images etc in Full Screen Lightbox Popovers for React Native
MIT License
63 stars 27 forks source link

add opening on long press behavior #15

Closed karimcambridge closed 1 year ago

karimcambridge commented 1 year ago

So there should be an option for long pressing to open up the lightbox as default. This adds that.

I added an onPress replacement for when openOnLongPress is enabled.

Let me know if there should be any changes.

cbbfcd commented 1 year ago

LGTM, thx~