Browse Source

Removing FormLocationPicker in PluviometerSharingDataScreen

master
GabrielTrettel 3 years ago
parent
commit
754fd7742c
  1. 14
      src/app/screens/PluviometerSharingDataScreen.js

14
src/app/screens/PluviometerSharingDataScreen.js

@ -105,13 +105,13 @@ function PluviometerSharingDataScreen(props) {
/> />
</View> </View>
{/*Local do evento:*/} {/*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>
<View style={{ flex: 1 }}> <View style={{ flex: 1 }}>
<Text style={styles.labelStyle}>Comentário:</Text> <Text style={styles.labelStyle}>Comentário:</Text>

Loading…
Cancel
Save