Skip to content

matheusmichels/netflix-clone

Repository files navigation

Overview

Preview

A Netflix app clone made with React Native ⚛

Key features

  • Login/User Profile (fake users) 👤
  • Main movie selection 🎬
  • "Continue Watching" movies 🔄
  • Video Player 🎥

Running the app

Download Android .apk installer

Installation

  • Clone repository and install dependencies:
$ git clone https://github.com/matheusmichels/netflix-clone.git
$ cd netflix-clone
$ yarn global add react-native-cli
$ yarn
  • Run application
$ react-native run-android
$ react-native run-ios

How to sign in app