|
|
@ -39,21 +39,6 @@ function PluviometerSharingDataScreen(props) { |
|
|
|
|
|
|
|
return ( |
|
|
|
<Screen style={styles.container}> |
|
|
|
<View style={{ alignItems: "center" }}> |
|
|
|
<Image |
|
|
|
style={styles.image} |
|
|
|
source={require("../assets/pluviometro.png")} |
|
|
|
/> |
|
|
|
<Text |
|
|
|
style={{ |
|
|
|
fontSize: dimensions.text.header, |
|
|
|
fontWeight: "bold", |
|
|
|
color: colors.primary, |
|
|
|
}} |
|
|
|
> |
|
|
|
Pluviômetro |
|
|
|
</Text> |
|
|
|
</View> |
|
|
|
<ScrollView> |
|
|
|
<Form |
|
|
|
initialValues={{ |
|
|
|