Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipye314 committed Dec 4, 2024
1 parent dcecbf5 commit e9c1d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/navigation/types.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MaterialBottomTabNavigationProp } from '@react-navigation/material-bottom-tabs';
import { BottomTabNavigationProp } from '@react-navigation/bottom-tabs';
import { NativeStackScreenProps } from '@react-navigation/native-stack';
import { VideoResource } from '@/types/types';

Expand Down Expand Up @@ -43,4 +43,4 @@ export type SeekHelpScreenProps<T extends keyof SeekHelpStackParams> =
NativeStackScreenProps<SeekHelpStackParams, T>;

export type BottomTabScreenProps<T extends keyof BottomTabParams> =
MaterialBottomTabNavigationProp<BottomTabParams, T>;
BottomTabNavigationProp<BottomTabParams, T>;

0 comments on commit e9c1d1f

Please sign in to comment.