README
react-locator
React native geolocation service
Getting started
$ npm install react-locator --save
Mostly automatic installation
$ react-native link react-locator
Usage
import Locator from 'react-locator';
Locator.getCurrentLocation();
React native geolocation service
<script type="module">
import reactLocator from 'https://cdn.skypack.dev/react-locator';
</script>
React native geolocation service
$ npm install react-locator --save
$ react-native link react-locator
import Locator from 'react-locator';
Locator.getCurrentLocation();