|
@ -40,17 +40,6 @@ function SharingFloodZonesScreen(props) { |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<Screen style={styles.container}> |
|
|
<Screen style={styles.container}> |
|
|
<Text |
|
|
|
|
|
style={{ |
|
|
|
|
|
fontSize: dimensions.text.header, |
|
|
|
|
|
fontWeight: "bold", |
|
|
|
|
|
color: colors.primary, |
|
|
|
|
|
textAlign: "center", |
|
|
|
|
|
marginBottom: 10, |
|
|
|
|
|
}} |
|
|
|
|
|
> |
|
|
|
|
|
Pontos de alagamento |
|
|
|
|
|
</Text> |
|
|
|
|
|
<KeyboardAwareScrollView |
|
|
<KeyboardAwareScrollView |
|
|
resetScrollToCoords={{ x: 0, y: 0 }} |
|
|
resetScrollToCoords={{ x: 0, y: 0 }} |
|
|
scrollEnabled={true} |
|
|
scrollEnabled={true} |
|
|