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 am using Wix-react native navigation, I am facing the problem of open the modal widget, openModal={(route) => { navigator.push(route); // The ModalWidget will be opened using this method. Tested with ExNavigator }}
The react native navigation needs to register the component first and then push/jump to that screen, I don't get how to integrate them together. Another question after this is, how to pop back?
Thank you!!
The text was updated successfully, but these errors were encountered:
I am using Wix-react native navigation, I am facing the problem of open the modal widget,
openModal={(route) => { navigator.push(route); // The ModalWidget will be opened using this method. Tested with ExNavigator }}
The react native navigation needs to register the component first and then push/jump to that screen, I don't get how to integrate them together. Another question after this is, how to pop back?
Thank you!!
The text was updated successfully, but these errors were encountered: