Skip to content

Commit ac6fb2b

Browse files
committed
Release 2.0.0.beta.1
1 parent 89fc408 commit ac6fb2b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ You might decide to use this library over the [built-in geolocation](https://fac
1010
* Ability to check the current permission status (`RNLocation.getCurrentPermission`).
1111
* Allows you to monitor the device heading.
1212

13+
**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).**
14+
1315
## Installation
1416
Install the library using either Yarn:
1517

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-location",
3-
"version": "1.0.0",
3+
"version": "2.0.0-beta.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/timfpark/react-native-location.git"
@@ -10,6 +10,7 @@
1010
"react-native",
1111
"react-component",
1212
"ios",
13+
"android",
1314
"location"
1415
],
1516
"main": "dist/index.js",

tests/integration/e2e/configure/configure.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe("RNLocation.configure", function() {
2121

2222
it("should correctly pass the options", async function() {
2323
const options = {
24-
distsnceFilter: 5.0
24+
distanceFilter: 5.0
2525
};
2626
jet.module.configure(options);
2727

0 commit comments

Comments
 (0)