This commit is contained in:
2024-10-13 01:07:48 -06:00
parent 3fc002f3fd
commit 6b5831dc1c
2 changed files with 13 additions and 6 deletions

View File

@@ -32,7 +32,8 @@
"react-native": "0.73.2",
"react-native-windows": "^0.61.0-0",
"release-it": "^16.2.1",
"typescript": "5.1.6"
"typescript": "5.1.6",
"patch-package": "^8.0.0"
},
"dependencies": {
"shaka-player": "^4.11.7"
@@ -52,7 +53,8 @@
"check-ios": "scripts/swift-format.sh && scripts/swift-lint.sh && scripts/clang-format.sh",
"check-android": "scripts/kotlin-lint.sh",
"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": [
"android",