Commit 0595f775 by G

export BottomTabs instead of myTabs that was a honest mistake.

parent eca08b09
......@@ -10,7 +10,7 @@ import Text from "../components/bases/Text";
import PaymentStackNavigator from "./PaymentStackNavigation";
const Tab = createBottomTabNavigator();
export const MyTabs = () => {
export const BottomTabs = () => {
const theme = useTheme<Theme>();
return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment