Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-location-status

Checks if location is enabled on the device

Joseph Hale's software engineering blog

Installation

npm install react-native-location-status

Usage

import { isLocationEnabled } from 'react-native-location-status';

// ...

const result = await isLocationEnabled(); // `true` or `false` (Android only)

NOTE: iOS is not supported. Calling isLocationEnabled() on iOS will always return false.

Contributing

License

MPL-2.0


Made with create-react-native-library

Releases

Sponsor this project

Packages

Used by

Contributors

Languages