jetify on postinstall

This commit is contained in:
diegolmello 2019-08-02 18:49:00 -03:00
parent b35dde9f01
commit 85bb2c7e31
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"android": "react-native run-android",
"snyk-protect": "snyk protect",
"precommit": "eslint . && jest",
"postinstall": "patch-package"
"postinstall": "patch-package && jetify"
},
"husky": {
"hooks": {