Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchudziak committed Feb 25, 2024
1 parent 53a616b commit ca3a7de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
Expand Down Expand Up @@ -80,7 +80,9 @@
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": ["<rootDir>/lib/"],
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
],
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
],
Expand Down

0 comments on commit ca3a7de

Please sign in to comment.