diff --git a/src/app/components/forms/FormImagePicker.js b/src/app/components/forms/FormImagePicker.js index 1e56733..483006e 100644 --- a/src/app/components/forms/FormImagePicker.js +++ b/src/app/components/forms/FormImagePicker.js @@ -24,7 +24,6 @@ function FormImagePicker({ name }) { return ( - Imagens: { context.defaultLocation(); }, []); const location = context.eventCoordinates; - const address = context.eventLocation; + const address = context.eventLocation; const [dateTime, setDateTime] = useState(moment()); const [time, setTime] = useState(moment()); @@ -51,6 +54,7 @@ function PluviometerSharingDataScreen(props) { initialValues={{ pluviometer: "", images: [], + description: "", }} onSubmit={(values) => { insertPluviometerData({ ...values, dateTime, time, location, address }); @@ -85,7 +89,7 @@ function PluviometerSharingDataScreen(props) { flex: 1, flexDirection: "row", justifyContent: "space-between", - alignContent:"flex-start", + alignContent: "flex-start", }} > {/*Data da coleta:*/} @@ -115,7 +119,15 @@ function PluviometerSharingDataScreen(props) { - + + + @@ -139,7 +151,7 @@ const styles = StyleSheet.create({ fontSize: dimensions.text.secondary, fontWeight: "bold", textAlign: "left", - color: colors.primary, + color: colors.lightBlue, marginBottom: 5, }, });