A simple Media Hub
Find a file
Qarqun e305dee777 feat: Add responsive video player controls with animations
- Implement responsive sizing for all controls based on screen width (phone/tablet support)
- Add smooth crossfade animation for play/pause button transitions
- Add arc sweep and slide animations for seek buttons (+10/-10s)
- Add touch feedback with semi-transparent circle flash on tap
2025-10-20 19:13:46 +08:00
.expo-shared some changes 2025-04-13 11:20:56 +05:30
.github/workflows soem fixes 2025-06-20 19:31:30 +05:30
.vscode refactor(player): enhance video controls with modern streaming style 2025-10-19 01:11:08 +08:00
android icon update 2025-10-18 20:53:42 +05:30
app ui changes 2025-10-15 21:54:02 +05:30
assets changes 2025-10-19 15:41:02 +05:30
backup_sdk54_upgrade test 2025-10-15 01:51:57 +05:30
build Made metadascreen as modal for better user experience in ios 2025-04-14 18:56:42 +05:30
components some UI changes to metadat overlay on videoplayers 2025-08-17 18:57:06 +05:30
ios calender screen fix 2025-10-19 12:19:28 +05:30
node_modules/react-native-video/android/src/main/java/com/brentvatne/exoplayer refactor(player): enhance video controls with modern streaming style 2025-10-19 01:11:08 +08:00
patches ui changes 2025-10-18 13:22:34 +05:30
screenshots import update 2025-10-13 12:28:24 +05:30
src feat: Add responsive video player controls with animations 2025-10-20 19:13:46 +08:00
TrailerServices@2cb2c6d1a3 cleanup 2025-10-19 12:50:14 +05:30
trakt trakt scrobble optimization 2025-10-19 13:59:40 +05:30
.easignore Update .gitignore to exclude android and ios directories; modify build.gradle to enhance resource shrinking and ProGuard settings 2025-04-15 22:23:29 +05:30
.env.example changes 2025-09-15 18:09:20 +05:30
.env.sentry-build-plugin changes 2025-09-15 21:42:28 +05:30
.gitignore clean 2025-10-19 12:51:07 +05:30
.gitmodules Add xavia-ota submodule configuration 2025-09-06 20:47:33 +05:30
app.json changes 2025-10-15 19:56:01 +05:30
App.tsx ui changes 2025-10-19 15:19:08 +05:30
babel.config.js cache changes 2025-10-18 14:58:22 +05:30
eas.json Refactor internal provider settings and enhance streaming experience 2025-06-18 09:02:48 +05:30
index.html import update 2025-10-13 12:28:36 +05:30
index.ts major additions 2025-09-06 19:58:38 +05:30
LICENSE update license 2025-08-11 16:33:55 +05:30
metro.config.js ripple fix 2025-09-15 02:32:08 +05:30
nuvio-source.json 1.2.5 20 2025-10-15 23:27:59 +05:30
package-lock.json ui updates trakt 2025-10-19 15:37:30 +05:30
package.json ui updates trakt 2025-10-19 15:37:30 +05:30
react-native.config.js changes 2025-09-22 20:13:22 +05:30
README.md updated readme 2025-10-15 13:25:24 +05:30
tsconfig.json trakt update 2025-09-15 17:40:50 +05:30
update-version.sh 1.2.1 2025-09-30 17:17:48 +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. Screenshots
  3. Getting Started
  4. Contributing
  5. Support
  6. License
  7. Contact
  8. Acknowledgments
  9. 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.

Demo

Home Details
Home Details

(back to top)

Getting Started

Follow the steps below to run the app locally.

Installation

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

Build

npx expo prebuild
npx expo run:android  # Android
npx expo run:ios      # iOS
Alternative iOS Installation

AltStore

Add to AltStore

SideStore

Add to SideStore

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

(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)