We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d09de commit 0de24a2Copy full SHA for 0de24a2
package.json
@@ -8,7 +8,8 @@
8
"clean": "cd android && ./gradlew clean",
9
"android-build-release": "cd android && ./gradlew bundleRelease",
10
"test": "jest",
11
- "lint": "eslint ."
+ "lint": "eslint .",
12
+ "postinstall" : "npx jetify"
13
},
14
"dependencies": {
15
"@react-native-community/geolocation": "^1.4.2",
0 commit comments