Browse Source

changing notification icon

master
analuizaff 3 years ago
parent
commit
e6436ad3cc
  1. 2
      src/app/navigation/AppNavigator.js
  2. 2
      src/app/navigation/FeedNavigator.js

2
src/app/navigation/AppNavigator.js

@ -66,7 +66,7 @@ const AppNavigator = () => (
options={{ options={{
tabBarIcon: ({ color, size }) => ( tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons <MaterialCommunityIcons
name="bell-outline"
name="bell"
color={color} color={color}
size={size} size={size}
/> />

2
src/app/navigation/FeedNavigator.js

@ -8,7 +8,7 @@ const FeedNavigator = () => (
<Stack.Navigator> <Stack.Navigator>
<Stack.Screen name="Home" component={MapFeedScreen} <Stack.Screen name="Home" component={MapFeedScreen}
options={{ options={{
title: "Home",
title: "Pega Chuva",
headerStyle: { headerStyle: {
backgroundColor: "white", backgroundColor: "white",
}, },

Loading…
Cancel
Save