fix: patch-package install error

This commit is contained in:
Marc Rousavy
2021-06-28 09:24:37 +02:00
parent 8451ba7584
commit 4a1fc1ddd8
3 changed files with 4 additions and 78 deletions

View File

@@ -9,7 +9,7 @@
"start": "react-native start",
"setup": "cd ios && bundle install",
"pods": "cd ios && bundle exec pod install",
"postinstall": "patch-package"
"postinstall": "patch-package && cd .. && patch-package"
},
"dependencies": {
"@react-native-community/blur": "^3.6.0",