diff --git a/App.tsx b/App.tsx index 8e44486..4891de6 100644 --- a/App.tsx +++ b/App.tsx @@ -51,8 +51,8 @@ export default function App() { name="Home" component={HomeScreen} options={{ - title: '钱包列表', - tabBarLabel: '钱包列表', + title: 'Wallets', + tabBarLabel: 'Wallets', tabBarIcon: ({ color, size }) => , }} /> @@ -60,8 +60,8 @@ export default function App() { name="Test" component={TestScreen} options={{ - title: '测试', - tabBarLabel: '测试', + title: 'Test', + tabBarLabel: 'Test', tabBarIcon: ({ color, 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 }) => , }} /> diff --git a/android/.idea/deploymentTargetSelector.xml b/android/.idea/deploymentTargetSelector.xml index 00a50ef..bd3fece 100644 --- a/android/.idea/deploymentTargetSelector.xml +++ b/android/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@