fix: Remove patch-package

This commit is contained in:
Marc Rousavy
2021-06-28 12:26:39 +02:00
parent fb37917f3c
commit d54358ac10
2 changed files with 4 additions and 85 deletions

View File

@@ -8,8 +8,7 @@
"ios": "react-native run-ios",
"start": "react-native start",
"setup": "cd ios && bundle install",
"pods": "cd ios && bundle exec pod install",
"postinstall": "patch-package && cd .. && patch-package"
"pods": "cd ios && bundle exec pod install"
},
"dependencies": {
"@react-native-community/blur": "^3.6.0",
@@ -44,7 +43,6 @@
"eslint-plugin-react-native": "^3.11.0",
"metro-config": "^0.66.0",
"metro-react-native-babel-preset": "^0.66.0",
"patch-package": "^6.4.7",
"prettier": "^2.3.1",
"typescript": "4.3.2"
}