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"; ...@@ -10,7 +10,7 @@ import Text from "../components/bases/Text";
import PaymentStackNavigator from "./PaymentStackNavigation"; import PaymentStackNavigator from "./PaymentStackNavigation";
const Tab = createBottomTabNavigator(); const Tab = createBottomTabNavigator();
export const MyTabs = () => { export const BottomTabs = () => {
const theme = useTheme<Theme>(); const theme = useTheme<Theme>();
return ( 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