Skip to content

Commit

Permalink
hifi styling
Browse files Browse the repository at this point in the history
  • Loading branch information
katyhonguyen committed Dec 7, 2024
1 parent ccfa1e3 commit 1da5097
Show file tree
Hide file tree
Showing 32 changed files with 3,208 additions and 692 deletions.
14 changes: 10 additions & 4 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import * as React from 'react';
import { DefaultTheme, NavigationContainer } from '@react-navigation/native';
import { createNativeStackNavigator } from '@react-navigation/native-stack';
import QRCodeScanner from '@/components/QRCodeScanner/QRCodeScanner';
import About from '@/screens/About/About';
import Contact from '@/screens/Contact/Contact';
import Directory from '@/screens/Contact/Directory';
import HomeScreen from '@/screens/Home/Home';
import LoginScreen from '@/screens/login/LoginScreen';
import TreeInfoPage from '@/screens/TreeInfo/TreeInfo';
Expand All @@ -25,7 +26,7 @@ const App = () => {
/>
</LoginStack.Navigator> */}

<RootStack.Navigator initialRouteName="About">
<RootStack.Navigator initialRouteName="Contact">
<RootStack.Screen
name="Home"
component={HomeScreen}
Expand All @@ -47,8 +48,13 @@ const App = () => {
options={{ headerShown: false }}
/>
<RootStack.Screen
name="About"
component={About}
name="Contact"
component={Contact}
options={{ headerShown: false }}
/>
<RootStack.Screen
name="Directory"
component={Directory}
options={{ headerShown: false }}
/>
</RootStack.Navigator>
Expand Down
Binary file added assets/OCF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1da5097

Please sign in to comment.