Skip to content

Commit

Permalink
changed the icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
iharshit009 committed Mar 28, 2020
1 parent 4a1dd27 commit e9e67f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ function TabNavigator() {
<Tab.Navigator
initialRouteName="Home"
tabBarOptions={{
activeTintColor: '#e91e63',
activeTintColor: '#F78161',

style: {},
}}
>
Expand Down Expand Up @@ -85,7 +86,7 @@ export default class App extends Component {

return (
<NavigationContainer>
<Stack.Navigator headerMode="none">
<Stack.Navigator initialRouteName="Dashboard" headerMode="none">
<Stack.Screen name="Language" component={LanguageScreen} />
<Stack.Screen name="Name" component={YourNameScreen} />
<Stack.Screen name="DoYouKnow" component={DoYouKnow} />
Expand Down

0 comments on commit e9e67f0

Please sign in to comment.