Skip to content

Commit

Permalink
Release 2.0.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oakes committed Dec 29, 2018
1 parent 89fc408 commit ac6fb2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,8 @@ You might decide to use this library over the [built-in geolocation](https://fac
* Ability to check the current permission status (`RNLocation.getCurrentPermission`).
* Allows you to monitor the device heading.

**This is a prerelease version of the library which changes the API and adds Android support. For the previous version, please see the [master branch](https://github.com/timfpark/react-native-location/tree/master).**

## Installation
Install the library using either Yarn:

Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-location",
"version": "1.0.0",
"version": "2.0.0-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/timfpark/react-native-location.git"
Expand All @@ -10,6 +10,7 @@
"react-native",
"react-component",
"ios",
"android",
"location"
],
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/e2e/configure/configure.spec.js
Expand Up @@ -21,7 +21,7 @@ describe("RNLocation.configure", function() {

it("should correctly pass the options", async function() {
const options = {
distsnceFilter: 5.0
distanceFilter: 5.0
};
jet.module.configure(options);

Expand Down

0 comments on commit ac6fb2b

Please sign in to comment.