|
@ -41,12 +41,6 @@ function RainSharingDataScreen(props) { |
|
|
context.defaultLocation(); |
|
|
context.defaultLocation(); |
|
|
}, []); |
|
|
}, []); |
|
|
|
|
|
|
|
|
console.log(props.route) |
|
|
|
|
|
/*useEffect(() => { |
|
|
|
|
|
!isFocused && |
|
|
|
|
|
props.navigation.goBack(); |
|
|
|
|
|
}, [isFocused])*/ |
|
|
|
|
|
|
|
|
|
|
|
const location = context.eventCoordinates; |
|
|
const location = context.eventCoordinates; |
|
|
const address = context.eventLocation; |
|
|
const address = context.eventLocation; |
|
|
|
|
|
|
|
|