fix fix fix

This commit is contained in:
2026-03-25 21:19:58 +08:00
parent b63c00d251
commit 0d168c9046
10 changed files with 91 additions and 68 deletions

12
App.tsx
View File

@@ -51,8 +51,8 @@ export default function App() {
name="Home"
component={HomeScreen}
options={{
title: '钱包列表',
tabBarLabel: '钱包列表',
title: 'Wallets',
tabBarLabel: 'Wallets',
tabBarIcon: ({ color, size }) => <WalletIcon color={color} size={size} />,
}}
/>
@@ -60,8 +60,8 @@ export default function App() {
name="Test"
component={TestScreen}
options={{
title: '测试',
tabBarLabel: '测试',
title: 'Test',
tabBarLabel: 'Test',
tabBarIcon: ({ color, size }) => <ToolIcon color={color} size={size} />,
}}
/>
@@ -69,8 +69,8 @@ export default function App() {
name="Message"
component={MessageScreen}
options={{
title: 'IM消息',
tabBarLabel: 'IM消息',
title: 'Messages',
tabBarLabel: 'Messages',
tabBarIcon: ({ color, size }) => <MessageIcon color={color} size={size} />,
}}
/>