Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theoplayer/react-native-theoplayer-ui
A React Native UI for @theoplayer/react-native
https://github.com/theoplayer/react-native-theoplayer-ui
Last synced: 15 days ago
JSON representation
A React Native UI for @theoplayer/react-native
- Host: GitHub
- URL: https://github.com/theoplayer/react-native-theoplayer-ui
- Owner: THEOplayer
- Created: 2023-05-24T12:21:25.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-10-25T09:38:23.000Z (3 months ago)
- Last Synced: 2024-12-26T02:17:10.310Z (15 days ago)
- Language: TypeScript
- Homepage: https://www.theoplayer.com/docs/open-video-ui/react-native/
- Size: 2.36 MB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# React Native THEOplayer UI
![](./doc/logo-react-native.png) ![](./doc/logo-theo.png)
## License
This projects falls under the license as defined in https://github.com/THEOplayer/license-and-disclaimer.
## Table of Contents
1. [Overview](#overview)
2. [Prerequisites](#prerequisites)
3. [How to use these guides](#how-to-use-these-guides)
4. [Getting Started](#getting-started)## Overview
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
- WebThis 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
[documentation](https://github.com/THEOplayer/react-native-theoplayer) on the main GitHub page.## Prerequisites
If you have no previous experience in React Native, we encourage you to first explore the
[React Native Documentation](https://reactnative.dev/docs/getting-started),
as it gives you a good start on one of the most popular app development frameworks.## How to use these guides
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)