diff --git a/src/navigation/types.tsx b/src/navigation/types.tsx index 384b5c7..f7e7667 100644 --- a/src/navigation/types.tsx +++ b/src/navigation/types.tsx @@ -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'; @@ -43,4 +43,4 @@ export type SeekHelpScreenProps = NativeStackScreenProps; export type BottomTabScreenProps = - MaterialBottomTabNavigationProp; + BottomTabNavigationProp;