diff --git a/README.md b/README.md index 11021d5..14252c5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ Supports modern [Play Services Location API](https://developers.google.com/andro | Windows | ❌ | | macOS | ❌ | +## Compatibility +| React Native | RNC Geoloaction | +|---|---| +| >= 0.73.0 | >= 3.2.0 | +| >= 0.70.0 | >= 3.0.0 < 3.2.0 | +| >= 0.64.0 | 2.x.x | +| <= 0.63.0 | 1.x.x | ## Getting started diff --git a/package.json b/package.json index 2db3a82..62c74f3 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@react-native-community/geolocation", - "version": "3.0.6", + "version": "3.2.0", "description": "React Native Geolocation Module for iOS and Android", "react-native": "js/index", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/lib/commonjs/index.d.ts", + "types": "lib/typescript/js/index.d.ts", "source": "js/index", "files": [ "lib/", @@ -80,7 +80,9 @@ }, "jest": { "preset": "react-native", - "modulePathIgnorePatterns": ["/lib/"], + "modulePathIgnorePatterns": [ + "/lib/" + ], "setupFilesAfterEnv": [ "/jest.setup.js" ],