HarvestProfit / react-native-modal-patch

A slight rebuild/patch of React Native's Modal implementation to fix unmounting issues.
3 stars 5 forks source link

Modal crashing on iOS #1

Open lucasfeijo opened 4 years ago

lucasfeijo commented 4 years ago

I'm getting this error when running this Modal

TypeError: Cannot read property 'Provider' of undefined

This error is located at:
    in iOSModal

I could pinpoint the crash to this line.

I would greatly appreciate any help.

jmazier-j2d commented 4 years ago

Same here :(