An open API service indexing awesome lists of open source software.

https://github.com/freeboub/react-native-peertube-iframe

peertube player over webview (originally forked from react-native-youtube-iframe)
https://github.com/freeboub/react-native-peertube-iframe

peertube player video

Last synced: 6 months ago
JSON representation

peertube player over webview (originally forked from react-native-youtube-iframe)

Awesome Lists containing this project

README

          

# React Native Peertube iframe

![npm](https://img.shields.io/npm/v/react-native-peertube-iframe?style=for-the-badge) ![npm](https://img.shields.io/npm/dm/react-native-peertube-iframe?style=for-the-badge)

A wrapper of the Peertube IFrame player API build for react native.
This wrapper is based on [react-native-youtube-iframe](https://github.com/LonelyCpp/react-native-youtube-iframe)
You may still find some imported code or documentations inherited from this repository.

- ✅ Works seamlessly on both ios and android platforms
- ✅ Uses the webview player which is known to be stable
- ✅ Supports multiple peertube player instances in a single page
- ✅ Works on modals and overlay components
- ✅ Expo support
- ❌ Playlist support
- ❌ Password support

![ios](./website/static/img/demo.gif?raw=true 'ios')

## Installation and Documentation

[react-native-peertube-iframe](https://freeboub.github.io/react-native-peertube-iframe/)

A demo application can be found here : [react-native-peertube-iframe-example](https://github.com/freeboub/react-native-peertube-iframe-example)

## Contributing

Pull requests are welcome!

Read the [contributing guide](./CONTRIBUTING.md) for project setup and other info

## License

[MIT](https://choosealicense.com/licenses/mit/)