Skip to content

Commit

Permalink
chore: fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 28, 2019
1 parent 8c1acc3 commit 74c3377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/src/Screens/BottomTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function BottomTabsScreen() {
name="article"
options={{
title: 'Article',
tabBarIcon: 'chrome-reader-mode',
tabBarIcon: getTabBarIcon('chrome-reader-mode'),
tabBarButtonComponent: TouchableBounce,
}}
>
Expand Down

0 comments on commit 74c3377

Please sign in to comment.