Skip to content

Commit

Permalink
got rid of unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
philipye314 committed Oct 25, 2024
1 parent 5e6b3ff commit c0eb400
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
4 changes: 2 additions & 2 deletions App.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import * as React from 'react';
import { NavigationContainer } from '@react-navigation/native';
import MainTabNav from '@/navigation/BottomTabNavigator';
import NavigationBar from '@/navigation/BottomTabNavigator';

export default function App() {
return (
<NavigationContainer>
<MainTabNav />
<NavigationBar />
</NavigationContainer>
);
}
11 changes: 0 additions & 11 deletions src/navigation/MainNavigator.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions src/navigation/mainTabNav.tsx

This file was deleted.

0 comments on commit c0eb400

Please sign in to comment.