chore: fix icon name for tab examples

This commit is contained in:
Satyajit Sahoo
2021-02-11 18:59:50 +01:00
parent 55e6f3dd33
commit 9a0774ec35
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ export default function BottomTabsScreen({
component={SimpleStackScreen}
options={{
title: 'Article',
tabBarIcon: getTabBarIcon('file-document-box'),
tabBarIcon: getTabBarIcon('file-document'),
}}
/>
<BottomTabs.Screen

View File

@@ -23,7 +23,7 @@ export default function MaterialBottomTabsScreen() {
name="Article"
options={{
tabBarLabel: 'Article',
tabBarIcon: 'file-document-box',
tabBarIcon: 'file-document',
tabBarColor: '#C9E7F8',
}}
>