Skip to content

Commit

Permalink
add missing postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Jun 14, 2022
1 parent b5d09de commit 0de24a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"clean": "cd android && ./gradlew clean",
"android-build-release": "cd android && ./gradlew bundleRelease",
"test": "jest",
"lint": "eslint ."
"lint": "eslint .",
"postinstall" : "npx jetify"
},
"dependencies": {
"@react-native-community/geolocation": "^1.4.2",
Expand Down

0 comments on commit 0de24a2

Please sign in to comment.