mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 11:31:02 +00:00
auto-commit for 85eaa7d1-397a-4a5e-bcfd-046820bfe13f
This commit is contained in:
@@ -477,14 +477,15 @@ export default function HomeScreen({ navigation }: any) {
|
||||
>
|
||||
<Tab.Screen
|
||||
name="HomeTab"
|
||||
component={HomeTab}
|
||||
options={{
|
||||
tabBarLabel: 'Home',
|
||||
tabBarIcon: ({ color, size }) => (
|
||||
<Ionicons name="home" size={size} color={color} />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
>
|
||||
{() => <HomeTab navigation={navigation} />}
|
||||
</Tab.Screen>
|
||||
<Tab.Screen
|
||||
name="Wallet"
|
||||
component={WalletTab}
|
||||
|
||||
Reference in New Issue
Block a user