Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.47 KB

File metadata and controls

67 lines (46 loc) · 1.47 KB

Yummy

A personal movie/TV show streaming app with TMDB integration, built with React Native and Expo.

Home Screen Search Screen Manga Screen

Detail Screen Manga Details

Features

  • Browse movies and TV shows
  • Search across TMDB catalog
  • Stream content with multiple providers
  • Read manga with built-in reader
  • Dark theme
  • Automatic update alerts via GitHub Releases

Prerequisites

DNS Configuration

You must set your DNS to 1.1.1.1 (Cloudflare) to fetch data from TMDB. The API may be blocked by certain DNS providers.

Android: Settings > Network > Private DNS > One.One.One.One

Getting Started

  1. Clone and install:
git clone https://github.com/kunalkcube/yummy.git
cd yummy
npm install
  1. Set up environment variables:
cp .env.example .env

Edit .env with your API keys:

TMDB_API_KEY=your_tmdb_api_key_here
BASE_STREAM_URL=https://player.videasy.net
EXPO_PUBLIC_MANGAPLUS_BASE_URL=your_mangaplus_api_url
  1. Start the app:
npm start

Built by kunalkcube