Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theoplayer/expo-theoplayer-sample
Demonstrates using react-native-theoplayer in an Expo app
https://github.com/theoplayer/expo-theoplayer-sample
Last synced: 15 days ago
JSON representation
Demonstrates using react-native-theoplayer in an Expo app
- Host: GitHub
- URL: https://github.com/theoplayer/expo-theoplayer-sample
- Owner: THEOplayer
- Created: 2023-12-19T15:27:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T11:11:55.000Z (about 2 months ago)
- Last Synced: 2024-11-20T12:13:49.874Z (about 2 months ago)
- Language: CSS
- Size: 753 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo-theoplayer-sample
This project demonstrates using [react-native-theoplayer](https://github.com/THEOplayer/react-native-theoplayer)
in an [Expo](https://expo.dev/) app.Expo provides a set of tools and services that aim to simplify the process of developing, testing, and deploying
React Native apps.## Quick Start
### Setup
```bash
$ npm install
$ npm run android
$ npm run web
$ npm run ios
```