/rn-movies-app

A movie app catalog to practice React Native

Primary LanguageJavaScript

Movies App

This is a simple React Native app to learn how the framework works. The app shows a list of movies and their related info.

Run it

Clone the project or download the zip file

git clone git@github.com:HectorZR/rn-movies-app.git

Install the dependencies

npm install

Run the project

  • 1st terminal
npm start
  • 2nd terminal
npm run [android|ios]