Releases: HyopeR/react-native-location
Releases · HyopeR/react-native-location
1.0.0
🎉 Release
A high-performance React Native location library built with New Architecture and TurboModules. Provides reliable foreground & background tracking, simple permission & GPS management, and a clear, developer-friendly API.
✨ Features
- Supports Android and IOS platforms.
- Location tracking in foreground or background.
- Get current location in foreground or background.
- Help class for managing location permissions.
- Help class for managing GPS status.
- Configurations for platform-based customization.
- Understandable and organized error handling.
🛠️️ Installation
1- Install the package in your React Native project. 🔗 NPM
npm install @hyoper/rn-locationyarn add @hyoper/rn-location2- Follow the INSTALLATION instructions.
3- Please review to learn more details about the package; GUIDELINES and HELPERS.