feat: add drm interfaces (#4657)

This commit is contained in:
Krzysztof Moch
2025-08-26 13:50:36 +02:00
committed by GitHub
parent 8e40502172
commit 5012373b7c
192 changed files with 5671 additions and 1289 deletions
+5
View File
@@ -16,6 +16,11 @@ cd packages/react-native-video
bun run release $@
cd ../..
echo "[DRM Plugin] Publishing drm plugin"
cd packages/drm-plugin
bun run release $@
cd ../..
echo "[React Native Video] Making Github Release"
bun run release:github $@