mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-11 22:36:24 +00:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"cxxNamespace": ["videodrm"],
|
|
"ios": {
|
|
"iosModuleName": "ReactNativeVideoDrm"
|
|
},
|
|
"android": {
|
|
"androidNamespace": ["videodrm"],
|
|
"androidCxxLibName": "ReactNativeVideoDrm"
|
|
},
|
|
"autolinking": {
|
|
"PluginManager": {
|
|
"swift": "PluginManager",
|
|
"kotlin": "PluginManager"
|
|
}
|
|
},
|
|
"ignorePaths": ["node_modules"]
|
|
}
|