A React Native package for seamless, continuous location tracking while your app is running in the foreground. Optimized for apps needing real-time location updates, it efficiently balances performance and battery usage, making it ideal for location-driven applications.
npm install rn-foreground-location
import { multiply } from 'rn-foreground-location';
// ...
const result = multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library