A simple Media Hub
Find a file
AdityasahuX07 c4af2e8eea
ShowRatingScreen page singular Season logic and heading chopped off fix.
logic for 1 Seasons to 1 Season modified.
Heading for grid chopped off because Episodes is too long word changes to EPs for batter UI experience.

Fixes #159
2025-12-01 20:45:00 +05:30
.expo-shared
.github added yml for sponsoring 2025-10-22 22:22:18 +05:30
.vscode
android 1.2.10 25 2025-11-25 02:31:48 +05:30
app
assets icon minor change 2025-11-09 19:17:37 +05:30
backup_sdk54_upgrade
build
components Add immersive mode support to AndroidVideoPlayer component 2025-11-16 22:22:48 +01:00
ios changes 2025-11-26 00:15:32 +05:30
node_modules/react-native-video/android/src/main/java/com/brentvatne/exoplayer ui changes 2025-11-08 01:27:09 +05:30
patches flashlist to flatlist 2025-11-16 21:06:35 +05:30
screenshots
src ShowRatingScreen page singular Season logic and heading chopped off fix. 2025-12-01 20:45:00 +05:30
.easignore
.env.example crash fix 2025-11-03 15:36:26 +05:30
.env.sentry-build-plugin
.gitignore changes 2025-11-16 19:42:27 +05:30
.gitmodules
app.json 1.2.10 25 2025-11-25 02:31:48 +05:30
App.tsx ui changes 2025-11-26 01:09:30 +05:30
babel.config.js
eas.json
index.html
index.ts
LICENSE
metro.config.js
nuvio-source.json 1.2.10 25 2025-11-25 02:31:48 +05:30
package-lock.json changes 2025-11-26 00:15:32 +05:30
package.json changes 2025-11-26 00:15:32 +05:30
react-native.config.js
README.md update readme 2025-10-24 21:23:50 +05:30
tsconfig.json
update-version.sh 1.2.8 23 2025-11-09 21:41:09 +05:30

Contributors Forks Stargazers Issues License


Nuvio Logo

🎬 Nuvio Media Hub

A modern media hub built with React Native and Expo
Stremio Addon ecosystem • Crossplatform • Offline metadata & sync

Get Started »

View Screenshots · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Installation
  3. Screenshots
  4. Getting Started
  5. Contributing
  6. Support
  7. License
  8. Contact
  9. Acknowledgments
  10. Built With

About The Project

Nuvio Media Hub is a crossplatform app for managing, discovering, and streaming your media via a flexible addon ecosystem. Built with React Native + Expo, it integrates providers and sync services while keeping a simple, fast UI.

Installation

Android

Download APK

Download the latest APK from GitHub Releases

iOS

AltStore

Add to AltStore

SideStore

Add to SideStore

Manual URL: https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json

(back to top)

Demo

Home Details
Home Details

(back to top)

Getting Started

Follow the steps below to run the app locally for development.

Development Build

Build from Source
git clone https://github.com/tapframe/NuvioStreaming.git
cd NuvioStreaming
npm install
# If you hit peer dependency conflicts:
# npm install --legacy-peer-deps
npx expo start
npx expo prebuild
npx expo run:android  # Android
npx expo run:ios      # iOS

(back to top)

Contributing

Contributions make the opensource community amazing! Any contributions are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Support

If you find Nuvio helpful, consider supporting development:

  • KoFi https://ko-fi.com/tapframe
  • GitHub Star Star the repo to show support
  • Share Tell others about the project

(back to top)

License

Distributed under the GNU GPLv3 License. See LICENSE for more information.

(back to top)

Contact

Project Links:

  • GitHub: https://github.com/tapframe
  • Issues: https://github.com/tapframe/NuvioStreaming/issues

(back to top)

Acknowledgments

Disclaimer: This application functions as a media hub with addon/plugin support. It does not contain any builtin content or host media content. Content access is only available through userinstalled plugins and addons. Any legal concerns should be directed to the specific websites providing the content.

(back to top)

Built With


React Native • Expo • TypeScript

(back to top)