|
@ -145,9 +145,7 @@ function RainSharingDataScreen(props) { |
|
|
</View> |
|
|
</View> |
|
|
|
|
|
|
|
|
{error && rain == -1 && ( |
|
|
{error && rain == -1 && ( |
|
|
<Text style={styles.error_txt}> |
|
|
|
|
|
Selecione se está passável ou não |
|
|
|
|
|
</Text> |
|
|
|
|
|
|
|
|
<Text style={styles.error_txt}>Selecione o nível da chuva </Text> |
|
|
)} |
|
|
)} |
|
|
|
|
|
|
|
|
<FormImagePicker backgroundColor={colors.primary} name="images" /> |
|
|
<FormImagePicker backgroundColor={colors.primary} name="images" /> |
|
|