Skip to content

madethis/react-native-bitmovin

Repository files navigation

React Native Bitmovin

(Unofficial) React Native package for Bitmovin SDK 3+ and React Native 0.68

Integration

(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'

Transpilation

The library only exports a typescript module, enable typescript transpilation to use it.

Examples

See examples

Links

TODO

  • Events
    • player on error example, how?
  • Controls show/hide events to coordinate extra controls
  • Props
    • custom css
    • localization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published