ちょっと整理

This commit is contained in:
harukin-expo-dev-env
2024-03-19 10:42:25 +00:00
parent b6e24e08cb
commit 5dd7ec5f7d
8 changed files with 47 additions and 79 deletions

11
App.js
View File

@@ -72,9 +72,8 @@ export function AppContainer() {
gestureEnabled: true,
tabBarIcon: initIcon("barchart", "AntDesign"),
}}
>
{(props) => <Top {...props} />}
</Tab.Screen>
component={Top}
/>
<Tab.Screen
name="menuPage"
options={{
@@ -83,9 +82,9 @@ export function AppContainer() {
gestureEnabled: true,
tabBarIcon: initIcon("radio", "Ionicons"),
}}
>
{(props) => <MenuPage {...props} />}
</Tab.Screen>
component={MenuPage}
/>
<Tab.Screen
name="home"
options={{