@ -20,7 +20,7 @@ const validationSchema = Yup.object().shape({
images: Yup.array().min(1, "Por favor, selecione uma imagem."),
});
function PluviometerSharingDataScreen() {
function PluviometerSharingDataScreen(props) {
const location = useLocation();
var day = new Date().getDate();
@ -23,7 +23,7 @@ const validationSchema = Yup.object().shape({
const borderWidth = 4;
function RainSharingDataScreen() {
function RainSharingDataScreen(props) {
const [rain, setRain] = useState(0);
@ -32,7 +32,7 @@ const validationSchema = Yup.object().shape({
const screen_width = Dimensions.get("window").width;
const borderWidth = 3;
function SharingFloodZonesScreen() {
function SharingFloodZonesScreen(props) {
const [passable, setPassable] = useState(0);