In this video you'll learn how to do (background) geolocation in React Native. These are the parts I'll show:
The 2 libraries available
How to get started with my preferred choice
How to rewrite example into functional component (hook)
How to implement location tracking, history and distance
How to work with the simulator to simulate movement using an existing app I built
Links to resources:
Article: https://everyday.codes/tutorials/how-...
Library 1: https://github.com/mauron85/react-nat...
Library 2: https://github.com/transistorsoft/rea...
Gist to hook:
https://gist.github.com/jonasgroendah...