MRadek55

Results 1 issues of MRadek55

### Hey everyone! I have encountered a problem with `speed` and `heading` from `watchPosition` listener ``` useEffect(() => { const watchId = Geolocation.watchPosition(({ coords }) => { const { latitude:...

question