|
@ -1,16 +1,11 @@ |
|
|
import React from 'react'; |
|
|
import React from 'react'; |
|
|
|
|
|
|
|
|
import { createStackNavigator } from "@react-navigation/stack"; |
|
|
import { createStackNavigator } from "@react-navigation/stack"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import RainSharingDataScreen from '../screens/RainSharingDataScreen'; |
|
|
import RainSharingDataScreen from '../screens/RainSharingDataScreen'; |
|
|
import RiverFloodSharingDataScreen from '../screens/RiverFloodSharingDataScreen'; |
|
|
import RiverFloodSharingDataScreen from '../screens/RiverFloodSharingDataScreen'; |
|
|
import SharingFloodZonesScreen from '../screens/SharingFloodZonesScreen'; |
|
|
import SharingFloodZonesScreen from '../screens/SharingFloodZonesScreen'; |
|
|
import PluviometerSharingDataScreen from '../screens/PluviometerSharingDataScreen'; |
|
|
import PluviometerSharingDataScreen from '../screens/PluviometerSharingDataScreen'; |
|
|
import SharingDataNavigator from './SharingDataNavigator'; |
|
|
import SharingDataNavigator from './SharingDataNavigator'; |
|
|
import MapFormScreen from '../screens/MapFormScreen'; |
|
|
import MapFormScreen from '../screens/MapFormScreen'; |
|
|
import { CommonActions } from '@react-navigation/native'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const Stack = createStackNavigator(); |
|
|
const Stack = createStackNavigator(); |
|
|
|
|
|
|
|
@ -38,7 +33,7 @@ function SharingDataOptionsNavigator() { |
|
|
name="FloodSharingData" |
|
|
name="FloodSharingData" |
|
|
component={SharingFloodZonesScreen} |
|
|
component={SharingFloodZonesScreen} |
|
|
options={{ |
|
|
options={{ |
|
|
title: "Ponto de alagamento", |
|
|
|
|
|
|
|
|
title: "Área de alagamento", |
|
|
headerStyle: { |
|
|
headerStyle: { |
|
|
backgroundColor: "white", |
|
|
backgroundColor: "white", |
|
|
}, |
|
|
}, |
|
|