(Unofficial) React Native package for Bitmovin SDK 3+ and React Native 0.68
(See examples/BasicPlayer
for an example of how to use the package).
Add bitmovin pod repository to your Podfile:
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
+ source 'https://github.com/bitmovin/cocoapod-specs.git'
+
platform :ios, '12.0'
The library only exports a typescript module, enable typescript transpilation to use it.
See examples
- Events
- player on error example, how?
- Controls show/hide events to coordinate extra controls
- Props
- custom css
- localization