@ -66,7 +66,7 @@ const AppNavigator = () => (
options={{
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons
name="bell-outline"
name="bell"
color={color}
size={size}
/>
@ -8,7 +8,7 @@ const FeedNavigator = () => (
<Stack.Navigator>
<Stack.Screen name="Home" component={MapFeedScreen}
title: "Home",
title: "Pega Chuva",
headerStyle: {
backgroundColor: "white",
},