track background location react native
https://github.com/EvertonCosmo/KotlinTrackLocationService
npm install react-native-background-track-geolocation
import BackgroundTrackGeolocation from "react-native-background-track-geolocation";
// ...
const deviceName = await BackgroundTrackGeolocation.getDeviceName();
MIT