bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
39 lines (38 loc) • 1.28 kB
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": [
"DebugModule",
"AudioSessionModule",
"BitmovinCastManagerModule",
"PlayerModule",
"SourceModule",
"BufferModule",
"NetworkModule",
"CustomMessageHandlerModule",
"DrmModule",
"FullscreenHandlerModule",
"PlayerAnalyticsModule",
"OfflineModule",
"RNPlayerViewManager"
],
"appDelegateSubscribers": ["AppLifecycleDelegate"]
},
"android": {
"modules": [
"com.bitmovin.player.reactnative.DebugModule",
"com.bitmovin.player.reactnative.BitmovinCastManagerModule",
"com.bitmovin.player.reactnative.PlayerModule",
"com.bitmovin.player.reactnative.SourceModule",
"com.bitmovin.player.reactnative.BufferModule",
"com.bitmovin.player.reactnative.NetworkModule",
"com.bitmovin.player.reactnative.CustomMessageHandlerModule",
"com.bitmovin.player.reactnative.DrmModule",
"com.bitmovin.player.reactnative.FullscreenHandlerModule",
"com.bitmovin.player.reactnative.PlayerAnalyticsModule",
"com.bitmovin.player.reactnative.OfflineModule",
"com.bitmovin.player.reactnative.DecoderConfigModule",
"com.bitmovin.player.reactnative.RNPlayerViewManager"
]
}
}