fix: add react-native-nitro-modules patch (#11)

This commit is contained in:
Krzysztof Moch
2025-05-10 19:03:02 +02:00
committed by GitHub
parent 4eff3efbf2
commit 41a1d88265
7 changed files with 194 additions and 37 deletions
+4 -2
View File
@@ -15,7 +15,8 @@
"clean": "git clean -xdf",
"react-native-video": "bun run --cwd packages/react-native-video",
"example": "bun run --cwd example",
"generate-license": "bun run ./scripts/generate-third-party-licenses.js"
"generate-license": "bun run ./scripts/generate-third-party-licenses.js",
"postinstall": "patch-package --patch-dir example/patches"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
@@ -36,7 +37,8 @@
"react-native": "^0.77.0",
"release-it": "^17.10.0",
"typescript": "^5.2.2",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "^8.13.0",
"patch-package": "^8.0.0"
},
"commitlint": {
"extends": [