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={{
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons
name="bell-outline"
name="bell"
color={color}
size={size}
/>

2
src/app/navigation/FeedNavigator.js

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

Loading…
Cancel
Save