optm for im
This commit is contained in:
4
App.tsx
4
App.tsx
@@ -41,8 +41,8 @@ export default function App() {
|
|||||||
name="Message"
|
name="Message"
|
||||||
component={MessageScreen}
|
component={MessageScreen}
|
||||||
options={{
|
options={{
|
||||||
title: '消息',
|
title: 'IM消息',
|
||||||
tabBarLabel: '消息',
|
tabBarLabel: 'IM消息',
|
||||||
tabBarIcon: ({ color, size }) => (
|
tabBarIcon: ({ color, size }) => (
|
||||||
<Text style={{ fontSize: size, color }}>💬</Text>
|
<Text style={{ fontSize: size, color }}>💬</Text>
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user