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)
- Host: GitHub
- URL: https://github.com/freeboub/react-native-peertube-iframe
- Owner: freeboub
- License: mit
- Created: 2024-05-28T10:16:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T12:31:01.000Z (about 1 year ago)
- Last Synced: 2025-03-25T14:39:00.689Z (6 months ago)
- Topics: peertube, player, video
- Language: JavaScript
- Homepage: https://freeboub.github.io/react-native-peertube-iframe/
- Size: 27.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Peertube iframe
 
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
## 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/)