mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
chore: fix typo in example
This commit is contained in:
@@ -36,7 +36,7 @@ export default function BottomTabsScreen() {
|
||||
name="article"
|
||||
options={{
|
||||
title: 'Article',
|
||||
tabBarIcon: 'chrome-reader-mode',
|
||||
tabBarIcon: getTabBarIcon('chrome-reader-mode'),
|
||||
tabBarButtonComponent: TouchableBounce,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user