From ac6fb2bc3baa3ac2cb5b83068eaa04ae4097cfeb Mon Sep 17 00:00:00 2001 From: Matt Oakes Date: Sat, 29 Dec 2018 10:39:03 +0000 Subject: [PATCH] Release 2.0.0.beta.1 --- README.md | 2 ++ package.json | 3 ++- tests/integration/e2e/configure/configure.spec.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a16c25b..00cfd55 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 0a36d3d..746327c 100644 --- a/package.json +++ b/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" @@ -10,6 +10,7 @@ "react-native", "react-component", "ios", + "android", "location" ], "main": "dist/index.js", diff --git a/tests/integration/e2e/configure/configure.spec.js b/tests/integration/e2e/configure/configure.spec.js index 6b6b85d..eefcf78 100644 --- a/tests/integration/e2e/configure/configure.spec.js +++ b/tests/integration/e2e/configure/configure.spec.js @@ -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);