I’m working on a project where to track the user location every 15 sec even when the mobile screen is off. And also if the user is in the area where no network means the data have to store in the local-storage and when the user connects to the network the data stored in the local-storage have to be send to the back-end.
Features needed:
- Background location Tracking (Even when the screen is off).
- If auto tracking is enabled the location have to be enabled automatically [Should not track on leave and permission][Should track on the selected week-days].
- The location have to betaken every 15 seconds.
I’m looking for the background location tracking on the react-native cli code.
New contributor
Rajeshkumar S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.