Skip to content

Commit

Permalink
Merge pull request #41 from skiser/Chase
Browse files Browse the repository at this point in the history
ESLINT issue with head resolved
  • Loading branch information
ChaseTeichmann committed Oct 15, 2019
2 parents 0bbb0e1 + d6b9813 commit 80a47c4
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions Routinely/app/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,13 @@ const AppStack = createStackNavigator(
);

export default createAppContainer(
<<<<<<< HEAD
createSwitchNavigator(
{
App: AppStack,
Auth: AuthStack,
//Calendar: CalendarScreen,
},
{
initialRouteName: "Auth"
}
)
);
=======
createSwitchNavigator(
{
App: AppStack,
Auth: AuthStack,
//Calendar: CalendarScreen,
},
{
initialRouteName: 'App',
initialRouteName: 'Auth',
},
),
);
>>>>>>> c3eb9904c6552e68d1228b82b9cc3102a266db37

0 comments on commit 80a47c4

Please sign in to comment.