|
@ -128,6 +128,7 @@ function RiverFloodSharingDataScreen(props) { |
|
|
flexDirection="row" |
|
|
flexDirection="row" |
|
|
justifyContent="center" |
|
|
justifyContent="center" |
|
|
paddingBottom={16} |
|
|
paddingBottom={16} |
|
|
|
|
|
|
|
|
> |
|
|
> |
|
|
<View style={styles.imgs_row}> |
|
|
<View style={styles.imgs_row}> |
|
|
<SvgLabeledButton |
|
|
<SvgLabeledButton |
|
@ -181,7 +182,7 @@ function RiverFloodSharingDataScreen(props) { |
|
|
<Text style={styles.error_txt}>Selecione o nível do rio</Text> |
|
|
<Text style={styles.error_txt}>Selecione o nível do rio</Text> |
|
|
)} |
|
|
)} |
|
|
|
|
|
|
|
|
<FormImagePicker backgroundColor={colors.primary} name="images" /> |
|
|
|
|
|
|
|
|
{/* <FormImagePicker backgroundColor={colors.primary} name="images" /> */} |
|
|
|
|
|
|
|
|
<PickEventDateLocation |
|
|
<PickEventDateLocation |
|
|
date={date} |
|
|
date={date} |
|
|