Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theolive/react-native-player

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theolive/react-native-player

The THEOlive React Native SDK

  • 0.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@theolive/react-native-player

The THEOlive React Native SDK

Installation

npm install @theolive/react-native-player

Android

Make sure you add the following repositories to your app, so gradle can find the Android SDK:

maven { url "https://maven.theoplayer.com/releases" }
maven { url "https://jitpack.io" }

iOS

Don't forget to pod install in your app's ios folder.

Usage

import { THEOlivePlayerView } from "@theolive/react-native-player";

// ...

<THEOlivePlayerView
  onPlayerReady={(player) => {
    // Use the player API to set your channelId.
    player.loadChannel('my-channel-id');
  }}
/>

Sample app

A sample app can be found here: https://github.com/THEOplayer/theolive-samples-react-native.

License

MIT


Made with create-react-native-library

Keywords

FAQs

Package last updated on 25 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc