-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
`
import {
createStackNavigator,
createSwitchNavigator,
createAppContainer
} from 'react-navigation';
const App = createAppContainer(createSwitchNavigator(
{
Loading,
SignUp,
Login,
Main
},
{
initialRouteName: 'Loading'
}
));
`
I just wanted to add this update of app.js
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels