optm for im

This commit is contained in:
2026-03-16 22:51:17 +08:00
parent a58f316b63
commit e64affe99f

View File

@@ -41,8 +41,8 @@ export default function App() {
name="Message"
component={MessageScreen}
options={{
title: '消息',
tabBarLabel: '消息',
title: 'IM消息',
tabBarLabel: 'IM消息',
tabBarIcon: ({ color, size }) => (
<Text style={{ fontSize: size, color }}>💬</Text>
),