You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withReactModal has a warning because the Modal component was supposed to be removed from the React Native core and be reworked. But it's not the case, and I'm not sure what are the plans now.
Anyway, you can use this prop safely for now. Another solution would be to wrap your app at the root with a provider, that would take care of toggling the Modalize.
Ps: using withReactModal breaks the gesture on android, which is a known issue from react-native and react-native-gesture-handler libraries
When I used with react-navigation, the backdrop start under navigation Bar. But I need the fullscreen Mask,how to set it?
The text was updated successfully, but these errors were encountered: