mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-23 10:11:05 +00:00
28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"android": {
|
|
"androidCxxLibName": "ReactNativeVideo",
|
|
"androidNamespace": [
|
|
"video"
|
|
]
|
|
},
|
|
"cxxNamespace": [
|
|
"video"
|
|
],
|
|
"ios": {
|
|
"iosModuleName": "ReactNativeVideo"
|
|
},
|
|
"autolinking": {
|
|
"VideoPlayerFactory": {
|
|
"swift": "HybridVideoPlayerFactory",
|
|
"kotlin": "HybridVideoPlayerFactory"
|
|
},
|
|
"VideoPlayerSourceFactory": {
|
|
"swift": "HybridVideoPlayerSourceFactory",
|
|
"kotlin": "HybridVideoPlayerSourceFactory"
|
|
},
|
|
"VideoViewViewManagerFactory": {
|
|
"swift": "HybridVideoViewViewManagerFactory",
|
|
"kotlin": "HybridVideoViewViewManagerFactory"
|
|
}
|
|
}
|
|
} |