Files
react-native-omni/README.md
T
2026-04-06 12:53:56 +02:00

30 lines
915 B
Markdown

# react-native-omni
video player using vlc and videojs
[![Version](https://img.shields.io/npm/v/react-native-omni.svg)](https://www.npmjs.com/package/react-native-omni)
[![Downloads](https://img.shields.io/npm/dm/react-native-omni.svg)](https://www.npmjs.com/package/react-native-omni)
[![License](https://img.shields.io/npm/l/react-native-omni.svg)](https://github.com/patrickkabwe/react-native-omni/LICENSE)
## Requirements
- React Native v0.76.0 or higher
- Node 18.0.0 or higher
> [!IMPORTANT]
> To Support `Nitro Views` you need to install React Native version v0.78.0 or higher.
## Installation
```bash
bun add react-native-omni react-native-nitro-modules
```
## Credits
Bootstrapped with [create-nitro-module](https://github.com/patrickkabwe/create-nitro-module).
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.