Skip to content

Commit

Permalink
fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
katyhonguyen committed Dec 8, 2024
1 parent 609ddf8 commit 9c7facc
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 427 deletions.
6 changes: 0 additions & 6 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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 HomeScreen from '@/screens/Home/Home';
import LoginScreen from '@/screens/login/LoginScreen';
import TreeInfoPage from '@/screens/TreeInfo/TreeInfo';
Expand Down Expand Up @@ -46,11 +45,6 @@ const App = () => {
component={TreeSearch}
options={{ headerShown: false }}
/>
<RootStack.Screen
name="About"
component={About}
options={{ headerShown: false }}
/>
</RootStack.Navigator>
</NavigationContainer>
);
Expand Down
22 changes: 0 additions & 22 deletions src/icons/ArrowRight.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions src/icons/Back.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/icons/Call.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/icons/CallBig.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/icons/Facebook.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/icons/Instagram.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions src/icons/Location.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions src/icons/OcfLogo.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions src/icons/Website.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions src/icons/X.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/icons/Youtube.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions src/icons/index.ts

This file was deleted.

84 changes: 0 additions & 84 deletions src/screens/About/About.tsx

This file was deleted.

Empty file removed src/screens/About/Directory.tsx
Empty file.
Loading

0 comments on commit 9c7facc

Please sign in to comment.