Browse Source

Removing ImagePicker from forms

master
GabrielTrettel 3 years ago
parent
commit
eedf428a4c
  1. 2
      src/app/screens/PluviometerSharingDataScreen.js
  2. 2
      src/app/screens/RainSharingDataScreen.js
  3. 3
      src/app/screens/RiverFloodSharingDataScreen.js
  4. 2
      src/app/screens/SharingFloodZonesScreen.js

2
src/app/screens/PluviometerSharingDataScreen.js

@ -106,7 +106,7 @@ function PluviometerSharingDataScreen(props) {
increaseDecreaseButtons={true}
/>
<FormImagePicker backgroundColor={colors.primary} name="images" />
{/* <FormImagePicker backgroundColor={colors.primary} name="images" /> */}
<PickEventDateLocation
date={date}

2
src/app/screens/RainSharingDataScreen.js

@ -175,7 +175,7 @@ function RainSharingDataScreen(props) {
<Text style={styles.error_txt}>Selecione o nível da chuva </Text>
)}
<FormImagePicker backgroundColor={colors.primary} name="images" />
{/* <FormImagePicker backgroundColor={colors.primary} name="images" /> */}
<PickEventDateLocation
date={date}

3
src/app/screens/RiverFloodSharingDataScreen.js

@ -128,6 +128,7 @@ function RiverFloodSharingDataScreen(props) {
flexDirection="row"
justifyContent="center"
paddingBottom={16}
>
<View style={styles.imgs_row}>
<SvgLabeledButton
@ -181,7 +182,7 @@ function RiverFloodSharingDataScreen(props) {
<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
date={date}

2
src/app/screens/SharingFloodZonesScreen.js

@ -143,7 +143,7 @@ function SharingFloodZonesScreen(props) {
<Text style={styles.error_txt}>Selecione uma opção</Text>
)}
<FormImagePicker name="images" height={10} />
{/* <FormImagePicker name="images" height={10} /> */}
<PickEventDateLocation
date={date}

Loading…
Cancel
Save