Skip to content

toyamarodrigo/rn-movieapp

Repository files navigation

Movie App (RN + Expo) iOS

Project for learning purposes using React Native and Expo (iOS)

(Beware that I only styled this project for iOS devices. Some libraries or styling may not work on Android)

Open link on device your: exp://exp.host@toyama.rodrigo/rn-movieapp/

or Scan the QR code below

ExpoDemoQR

What I used

API: https://www.themoviedb.org/

How to start locally

You'll need Node and Expo before starting the app and make an account in www.themoviedb.org to request your API KEY

> git clone https://github.com/toyamarodrigo/rn-movieapp.git

> cd rn-movieapp

> yarn install 

src > utils > constants.js

change API_KEY with your api key you requested from www.themoviedb.org

export const API_KEY = "yourApiKey"

finally

> yarn start

Screenshot

Light Dark
Home HomeMovieApp HomeMovieApp
Popular PopularMovieApp PopularMovieApp
New Movies NewMoviesApp NewMoviesApp
Search SearchMovieApp SearchMovieApp

Releases

No releases published

Packages

No packages published