An open API service indexing awesome lists of open source software.

https://github.com/rangle/react-native-netflix-clone

Basic Netflix clone app built with React Native
https://github.com/rangle/react-native-netflix-clone

Last synced: 11 months ago
JSON representation

Basic Netflix clone app built with React Native

Awesome Lists containing this project

README

          

# Netflix Clone

The goal is to build a clone app with the purpose of practice developing a mobile application using React Native.

## Installation

* `npm install` from project folder
* add a `.env` file to the root directory with an entry for your api key (`MOVIES_DB_API_KEY=YOUR-API-KEY-HERE`)

## Running app locally

Follow [documentation](https://reactnative.dev/docs/environment-setup) to setup your environment to run ios and/or android virtual devices.

* `npm start`
* `npm run ios`
* `npm run android`