@theoplayer/react-native-ui
Version:
A React Native UI for @theoplayer/react-native
50 lines (33 loc) • 2.03 kB
Markdown
<img src="./doc/logo-optiview-dark.png#gh-dark-mode-only" height="120" alt="OptiView logo"><img src="./doc/logo-optiview-light.png#gh-light-mode-only" height="120" alt="OptiView logo"><img src="./doc/logo-react-native.png" height="120" alt="React Native logo">
This projects falls under the license as defined in https://github.com/THEOplayer/license-and-disclaimer.
1. [Overview](
2. [Prerequisites](
3. [How to use these guides](
4. [Getting Started](
The `@theoplayer/react-native-ui` package provides a collection of UI components
for `react-native-theoplayer`, the official THEOplayer React Native video player.
The following platforms are supported:
- Mobile Android
- Mobile iOS
- Web
This document covers how to add a UI to your `THEOplayerView` component. For information on
how to include `react-native-theoplayer` in your React Native app, we refer to the
[](https://github.com/THEOplayer/react-native-theoplayer) on the main GitHub page.
If you have no previous experience in React Native, we encourage you to first explore the
[](https://reactnative.dev/docs/getting-started),
as it gives you a good start on one of the most popular app development frameworks.
These are guides on how to use the THEOplayer React Native UI in your React Native project(s) and can be used
linearly or by searching the specific section. It is recommended that you have a basic understanding of how
React Native works to speed up the way of working with THEOplayer React Native SDK.
## Getting Started
This section starts with adding the `@theoplayer/react-native-ui` as a dependency to your project,
after which a basic UI is built.
Finally, some known limitations and issues are listed.
- [Getting started with the UI](./doc/getting-started.md)
- [Limitations and known issues](./doc/limitations.md)