fix(ci): set linker to hoisted

This commit is contained in:
Krzysztof Moch
2025-10-26 12:28:29 +01:00
parent dab0a4c54e
commit ff8ef0f3dd
3 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -51,7 +51,7 @@
}, },
"example": { "example": {
"name": "react-native-video-example", "name": "react-native-video-example",
"version": "7.0.0-alpha.6", "version": "7.0.0-alpha.7",
"dependencies": { "dependencies": {
"@react-native-community/slider": "^4.5.6", "@react-native-community/slider": "^4.5.6",
"@react-native-video/drm": "*", "@react-native-video/drm": "*",
@@ -79,7 +79,7 @@
}, },
"packages/drm-plugin": { "packages/drm-plugin": {
"name": "@react-native-video/drm", "name": "@react-native-video/drm",
"version": "7.0.0-alpha.6", "version": "7.0.0-alpha.7",
"devDependencies": { "devDependencies": {
"@react-native/babel-preset": "0.79.2", "@react-native/babel-preset": "0.79.2",
"@release-it/conventional-changelog": "^9.0.2", "@release-it/conventional-changelog": "^9.0.2",
@@ -107,7 +107,7 @@
}, },
"packages/react-native-video": { "packages/react-native-video": {
"name": "react-native-video", "name": "react-native-video",
"version": "7.0.0-alpha.6", "version": "7.0.0-alpha.7",
"devDependencies": { "devDependencies": {
"@expo/config-plugins": "^10.0.2", "@expo/config-plugins": "^10.0.2",
"@react-native/eslint-config": "^0.77.0", "@react-native/eslint-config": "^0.77.0",
+2
View File
@@ -0,0 +1,2 @@
[install]
linker = "hoisted"
+1
View File
@@ -20,6 +20,7 @@
"react-native-video": "bun run --cwd packages/react-native-video", "react-native-video": "bun run --cwd packages/react-native-video",
"drm-plugin": "bun run --cwd packages/drm-plugin", "drm-plugin": "bun run --cwd packages/drm-plugin",
"example": "bun run --cwd example", "example": "bun run --cwd example",
"docs": "bun run --cwd docs",
"postinstall": "patch-package --patch-dir example/patches", "postinstall": "patch-package --patch-dir example/patches",
"release:github": "release-it --preRelease alpha", "release:github": "release-it --preRelease alpha",
"release": "./scripts/release.sh" "release": "./scripts/release.sh"