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
The component defined in SignUpScreen.js is called SignInScreen. This creates an issue while running import SignUpScreen from './SignUpScreen' in RootStackScreen.js.
To fix this, rename the component like so:
The component defined in
SignUpScreen.js
is calledSignInScreen
. This creates an issue while runningimport SignUpScreen from './SignUpScreen'
inRootStackScreen.js
.To fix this, rename the component like so:
The text was updated successfully, but these errors were encountered: