Skip to content

Commit 0de24a2

Browse files
committed
add missing postinstall
1 parent b5d09de commit 0de24a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"clean": "cd android && ./gradlew clean",
99
"android-build-release": "cd android && ./gradlew bundleRelease",
1010
"test": "jest",
11-
"lint": "eslint ."
11+
"lint": "eslint .",
12+
"postinstall" : "npx jetify"
1213
},
1314
"dependencies": {
1415
"@react-native-community/geolocation": "^1.4.2",

0 commit comments

Comments
 (0)