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
import'react-native-gesture-handler';//the above line will be on the top//...import{NavigationContainer}from'@react-navigation/native';import{createStackNavigator}from'@react-navigation/stack';
Create and use Stack navigator
Import your screen components like HomeScreen, LoginScreen, SignupScreen then use them