|
|
@ -39,7 +39,7 @@ function RiverFloodSharingDataScreen(props) { |
|
|
|
<KeyboardAwareScrollView |
|
|
|
resetScrollToCoords={{ x: 0, y: 0 }} |
|
|
|
contentContainerStyle={styles.container} |
|
|
|
scrollEnabled={false}> |
|
|
|
scrollEnabled={true}> |
|
|
|
<Form |
|
|
|
initialValues={{ |
|
|
|
images: [], |
|
|
@ -88,7 +88,7 @@ function RiverFloodSharingDataScreen(props) { |
|
|
|
</View> |
|
|
|
|
|
|
|
<View |
|
|
|
style={{ flexDirection: "row", justifyContent: "space-around" }} |
|
|
|
style={{ marginTop: 10, flexDirection: "row", justifyContent: "space-around" }} |
|
|
|
> |
|
|
|
<TouchableNativeFeedback onPress={() => setRiverScale(2)}> |
|
|
|
<View |
|
|
@ -117,13 +117,10 @@ function RiverFloodSharingDataScreen(props) { |
|
|
|
</TouchableNativeFeedback> |
|
|
|
</View> |
|
|
|
</View> |
|
|
|
|
|
|
|
<FormImagePicker backgroundColor="#1976D2" name="images" /> |
|
|
|
|
|
|
|
<SubmitButton |
|
|
|
title="Enviar" |
|
|
|
backgroundColor={colors.primary} |
|
|
|
onPress={() => props.navigation.pop()} |
|
|
|
/> |
|
|
|
<SubmitButton title="Enviar" backgroundColor={colors.primary} /> |
|
|
|
</Form> |
|
|
|
</KeyboardAwareScrollView> |
|
|
|
</Screen> |
|
|
|