
# react-locator
React native geolocation service 

## Getting started

`$ npm install react-locator --save`

### Mostly automatic installation

`$ react-native link react-locator`

## Usage
```javascript
import Locator from 'react-locator';

Locator.getCurrentLocation();
```

[See the post for more info](https://t4deu.github.io/mobile/how-create-a-geolocation-module-react-native/)
  
