mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
chore: fix icon name for tab examples
This commit is contained in:
@@ -62,7 +62,7 @@ export default function BottomTabsScreen({
|
||||
component={SimpleStackScreen}
|
||||
options={{
|
||||
title: 'Article',
|
||||
tabBarIcon: getTabBarIcon('file-document-box'),
|
||||
tabBarIcon: getTabBarIcon('file-document'),
|
||||
}}
|
||||
/>
|
||||
<BottomTabs.Screen
|
||||
|
||||
@@ -23,7 +23,7 @@ export default function MaterialBottomTabsScreen() {
|
||||
name="Article"
|
||||
options={{
|
||||
tabBarLabel: 'Article',
|
||||
tabBarIcon: 'file-document-box',
|
||||
tabBarIcon: 'file-document',
|
||||
tabBarColor: '#C9E7F8',
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user