Browse Source

changing headers color to match the menu

master
analuizaff 4 years ago
parent
commit
b4d01fd031
  1. 2
      src/app/navigation/AccountNavigator.js
  2. 2
      src/app/navigation/AppNavigator.js
  3. 2
      src/app/navigation/FeedNavigator.js
  4. 2
      src/app/navigation/MessagesNavigator.js
  5. 2
      src/app/navigation/OfficialMessagesNavigator.js
  6. 2
      src/app/navigation/SharingDataNavigator.js
  7. 8
      src/app/navigation/SharingDataOptionsNavigator.js

2
src/app/navigation/AccountNavigator.js

@ -11,7 +11,7 @@ const AccountNavigator = () => (
options={{ options={{
title: "Perfil", title: "Perfil",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}}/> }}/>
</Stack.Navigator> </Stack.Navigator>

2
src/app/navigation/AppNavigator.js

@ -13,7 +13,7 @@ import SharingDataNavigator from "./SharingDataNavigator";
const Tab = createBottomTabNavigator(); const Tab = createBottomTabNavigator();
const AppNavigator = () => ( const AppNavigator = () => (
<Tab.Navigator>
<Tab.Navigator style={{backgroundColor: "white"}}>
<Tab.Screen <Tab.Screen
name="Home" name="Home"
component={FeedNavigator} component={FeedNavigator}

2
src/app/navigation/FeedNavigator.js

@ -10,7 +10,7 @@ const FeedNavigator = () => (
options={{ options={{
title: "Home", title: "Home",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}} /> }} />
</Stack.Navigator> </Stack.Navigator>

2
src/app/navigation/MessagesNavigator.js

@ -10,7 +10,7 @@ const MessagesNavigator = () => (
options={{ options={{
title: "Notificação", title: "Notificação",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}} /> }} />
</Stack.Navigator> </Stack.Navigator>

2
src/app/navigation/OfficialMessagesNavigator.js

@ -10,7 +10,7 @@ const OfficialMessagesNavigator = () => (
options={{ options={{
title: "Previsão do Tempo", title: "Previsão do Tempo",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}} /> }} />
</Stack.Navigator> </Stack.Navigator>

2
src/app/navigation/SharingDataNavigator.js

@ -10,7 +10,7 @@ const SharingDataNavigator = () => (
options={{ options={{
title: "Enviar uma informação", title: "Enviar uma informação",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}} /> }} />
</Stack.Navigator> </Stack.Navigator>

8
src/app/navigation/SharingDataOptionsNavigator.js

@ -27,7 +27,7 @@ function SharingDataOptionsNavigator() {
options={{ options={{
title: "Enviar uma informação", title: "Enviar uma informação",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}} }}
/> />
@ -37,7 +37,7 @@ function SharingDataOptionsNavigator() {
options={{ options={{
title: "Enviar uma informação", title: "Enviar uma informação",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}} }}
/> />
@ -47,7 +47,7 @@ function SharingDataOptionsNavigator() {
options={{ options={{
title: "Enviar uma informação", title: "Enviar uma informação",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}} }}
/> />
@ -57,7 +57,7 @@ function SharingDataOptionsNavigator() {
options={{ options={{
title: "Enviar uma informação", title: "Enviar uma informação",
headerStyle: { headerStyle: {
backgroundColor: "lightgray",
backgroundColor: "white",
}, },
}} }}
/> />

Loading…
Cancel
Save