From 0de24a2469f4f2c06ff54affe3202d42521a2f7b Mon Sep 17 00:00:00 2001 From: Philipp Piwo Date: Tue, 14 Jun 2022 10:10:46 +0200 Subject: [PATCH] add missing postinstall --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f7ab61c..baf0551 100644 --- a/package.json +++ b/package.json @@ -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",