Files
react-native-video/packages/drm-plugin/nitro.json
T
2025-08-26 13:50:36 +02:00

18 lines
351 B
JSON

{
"cxxNamespace": ["videodrm"],
"ios": {
"iosModuleName": "ReactNativeVideoDrm"
},
"android": {
"androidNamespace": ["videodrm"],
"androidCxxLibName": "ReactNativeVideoDrm"
},
"autolinking": {
"PluginManager": {
"swift": "PluginManager",
"kotlin": "PluginManager"
}
},
"ignorePaths": ["node_modules"]
}