diff --git a/components/BottomNav.tsx b/components/BottomNav.tsx index ef34704..305d4da 100644 --- a/components/BottomNav.tsx +++ b/components/BottomNav.tsx @@ -3,6 +3,7 @@ import { View } from "react-native"; import styles from "@/assets/styles"; import React, {useState} from "react"; import Location from "@/components/Location"; +import Broken from "@/components/Broken"; interface BNProps { @@ -12,6 +13,7 @@ const BottomNav: React.FC = ({ isProfileActive }) => { const theme = useTheme(); const [menuVisible, setMenuVisible] = useState(false); + return ( @@ -30,7 +32,7 @@ const BottomNav: React.FC = ({ isProfileActive }) => { setMenuVisible(false)} style={{ backgroundColor: theme.colors.primaryContainer, maxHeight: 400 }}> Location - +