We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520597a commit df0f452Copy full SHA for df0f452
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-get-location",
3
"displayName": "React-Native Get Location",
4
- "version": "2.1.0",
+ "version": "2.1.1",
5
"description": "⚛ Simple to use React Native library to get device location for Android and iOS.",
6
"main": "index.js",
7
"types": "index.d.ts",
@@ -30,6 +30,5 @@
30
"homepage": "https://github.com/douglasjunior/react-native-get-location",
31
"peerDependencies": {
32
"react-native": ">=0.44"
33
- },
34
- "types": "./index.d.ts"
+ }
35
}
0 commit comments