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
Actually this was working fine in different projects, I couldn't find what's wrong here.
Opening this page as a modal view when entering the key="modal" page that should be in the router code above.
For example, I'm on the "Account" page and when I try to navigate to this page as Actions.modal(), the application throws an error.
Any ideas on this? Why am I getting this error? It's fine when I don't use Modal, but this is the error I get when I try to generate a Modal window.
"react-native": "0.70.6", with TypeScript template
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-animatable": "^1.3.3",
"react-native-gesture-handler": "^2.8.0",
"react-native-reanimated": "^2.13.0",
"react-native-router-flux": "^4.3.1",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
The text was updated successfully, but these errors were encountered: