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
+4 -5
View File
@@ -7,14 +7,15 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"typecheck": "tsc",
"start": "react-native start"
"start": "react-native start --client-logs"
},
"dependencies": {
"@react-native-community/slider": "^4.5.6",
"react": "18.3.1",
"react-native": "^0.77.0",
"react-native-nitro-modules": "^0.27.0",
"react-native-video": "*"
"react-native-nitro-modules": "^0.28.0",
"react-native-video": "*",
"@twg/react-native-video-drm": "*"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -28,10 +29,8 @@
"@react-native/metro-config": "^0.77.0",
"@react-native/typescript-config": "^0.77.0",
"@types/react": "^18.2.44",
"@types/react-test-renderer": "^18.0.0",
"eslint": "^8.51.0",
"prettier": "^3.0.3",
"react-test-renderer": "18.3.1",
"typescript": "^5.2.2"
},
"engines": {