Skip to content

app.js Update #3

@utb2017

Description

@utb2017

`
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions