|
|
@ -105,13 +105,13 @@ function PluviometerSharingDataScreen(props) { |
|
|
|
/> |
|
|
|
</View> |
|
|
|
{/*Local do evento:*/} |
|
|
|
<View style={{ flex: 1 }}> |
|
|
|
<TouchableOpacity |
|
|
|
onPress={() => props.navigation.navigate("FormMap")} |
|
|
|
> |
|
|
|
<FormLocationPicker /> |
|
|
|
</TouchableOpacity> |
|
|
|
</View> |
|
|
|
{/* <View style={{ flex: 1 }}> */} |
|
|
|
{/* <TouchableOpacity */} |
|
|
|
{/* onPress={() => props.navigation.navigate("FormMap")} */} |
|
|
|
{/* > */} |
|
|
|
{/* <FormLocationPicker /> */} |
|
|
|
{/* </TouchableOpacity> */} |
|
|
|
{/* </View> */} |
|
|
|
</View> |
|
|
|
<View style={{ flex: 1 }}> |
|
|
|
<Text style={styles.labelStyle}>Comentário:</Text> |
|
|
|