Skip to content

Commit

Permalink
removed temp changes to App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinWu0403 committed Oct 10, 2024
1 parent 7c3c978 commit 1528eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function App() {
return (
<NavigationContainer>
<Stack.Navigator
initialRouteName="NewsAndEventsPage" // Temporarily setting this so that we can see our work!!
initialRouteName="Home"
screenOptions={{
headerShown: true, // Set to false to hide header
}}
Expand Down

0 comments on commit 1528eca

Please sign in to comment.