Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change the title description
  • Loading branch information
ambisign-gavin authored Jan 12, 2019
1 parent 7479b0f commit df6e7fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# React Native Android Location Service
# React Native Android Background Geolocation

A react-native geolocation module for Android, which uses [Fused Location Provider API](https://developers.google.com/location-context/fused-location-provider/) to get location, and use the Service so that can run in the foreground and background even the app is terminated.

Expand All @@ -16,15 +16,15 @@ npm i --save react-native-android-background-geolocation

#### 2. Link the native module

- ##### Automatic
###### Automatic _(Recommend)_

Use `react-native link` to automatic install android module.

```sh
react-native link react-native-android-background-geolocation
```

- ##### Manually
###### Manually

* in `android/app/build.gradle`:

Expand Down

0 comments on commit df6e7fb

Please sign in to comment.