Don't patch package anymore

This commit is contained in:
Ivan Malison 2024-10-13 22:45:06 -06:00
parent 68cbe3c4b1
commit 56c129aa4f

View File

@ -53,8 +53,7 @@
"check-ios": "scripts/swift-format.sh && scripts/swift-lint.sh && scripts/clang-format.sh", "check-ios": "scripts/swift-format.sh && scripts/swift-lint.sh && scripts/clang-format.sh",
"check-android": "scripts/kotlin-lint.sh", "check-android": "scripts/kotlin-lint.sh",
"check-all": "yarn check-android; yarn check-ios; yarn lint", "check-all": "yarn check-android; yarn check-ios; yarn lint",
"codegen": "node ./node_modules/react-native/scripts/generate-codegen-artifacts.js --path ./ ./output", "codegen": "node ./node_modules/react-native/scripts/generate-codegen-artifacts.js --path ./ ./output"
"postinstall": "patch-package"
}, },
"files": [ "files": [
"android", "android",