| 1 | import React, { useRef, useEffect } from 'react' |
| 2 | import { Image, StyleSheet, Text, TouchableOpacity, View } from 'react-native' |
| 3 | import MapView, { Marker } from 'react-native-maps' |
| 4 | import { useDispatch, useSelector } from 'react-redux' |
nothing calls this directly
no test coverage detected