oblador / react-native-lightbox

Images etc in Full Screen Lightbox Popovers for React Native
MIT License
2.82k stars 502 forks source link

Yellow warnings fix #119

Closed charro0407 closed 4 years ago

charro0407 commented 4 years ago

118 Fix

gurglet commented 4 years ago

I'm getting crashes when I'm trying to use this patch.

TypeError: undefined is not an object (evaluating 'this._panResponder.panHandlers')

This error is located at:
    in LightboxOverlay (at Lightbox.js:136)
    in RCTView (at Lightbox.js:123)

...

render
    LightboxOverlay.js:198:36
unstable_runWithPriority
    scheduler.development.js:643:23
gurglet commented 4 years ago

Sent in a new pull request (#120) that doesn't crash and uses the new lifecycle hooks instead of the deprecated ones.

oblador commented 4 years ago

Closing this in favor of #120