Skip to content

Releases: HyopeR/react-native-location

1.0.0

10 Dec 09:43

Choose a tag to compare

🎉 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-location
yarn add @hyoper/rn-location

2- Follow the INSTALLATION instructions.

3- Please review to learn more details about the package; GUIDELINES and HELPERS.