Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Given22 committed Nov 5, 2022
2 parents fb15d9f + 40a3d10 commit 615870b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export default function App() {
: 'home-outline';
} else if (route.name === 'Game') {
iconName = focused ? 'game-controller' : 'game-controller-outline';
}
} else if (route.name === 'First') {
iconName = focused ? 'chatbox' : 'chatbox-outline';
}

// You can return any component that you like here!
return createButton({iconName});
Expand Down

0 comments on commit 615870b

Please sign in to comment.