diff --git a/docs/trainers.jpg b/docs/trainers.jpg deleted file mode 100644 index 14b8fbb..0000000 Binary files a/docs/trainers.jpg and /dev/null differ diff --git a/navigation/Navigation.tsx b/navigation/Navigation.tsx index 3f346cc..3742d5e 100644 --- a/navigation/Navigation.tsx +++ b/navigation/Navigation.tsx @@ -38,21 +38,11 @@ const Navigation = () => { tabBarIcon: () => }}/> - - }}/> }}/> - - }}/> ); diff --git a/navigation/navigationTypes.ts b/navigation/navigationTypes.ts index e6b028c..8b01917 100644 --- a/navigation/navigationTypes.ts +++ b/navigation/navigationTypes.ts @@ -10,7 +10,5 @@ export type RootStackParamList = { export type RootTabParamList = { Home: undefined; - Pokemongs: undefined; Moves: undefined; - Trainers: undefined; };