ちょっと整理
This commit is contained in:
11
App.js
11
App.js
@@ -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={{
|
||||
|
Reference in New Issue
Block a user