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
I was trying to use the <Overlay /> component when I faced an issue to use its props. The docs says that we can use all the <Modal /> props from react-native-modal package. But, I searched in the react-native-magnus source code and I saw that the <Overlay /> component was using the <Modal /> component from ... React Native.
Describe the improvement
I will do a PR to update the documentation and to redirect the user on the right website to help him to use the <Overlay /> component
The text was updated successfully, but these errors were encountered:
Documentation Link
https://magnus-ui.com/docs/overlay/
Describe the problem
I was trying to use the
<Overlay />
component when I faced an issue to use its props. The docs says that we can use all the<Modal />
props fromreact-native-modal
package. But, I searched in thereact-native-magnus
source code and I saw that the<Overlay />
component was using the<Modal />
component from ... React Native.Describe the improvement
I will do a PR to update the documentation and to redirect the user on the right website to help him to use the
<Overlay />
componentThe text was updated successfully, but these errors were encountered: