Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 348 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 348 Bytes

React Native Movie App

This is a movie app made with react native for learning purposes.

Run

  1. Install react native and configure environment

  2. Run the bundler

$ npm start
  1. Run the bundler
$ npm start

Or with yarn

$ yarn start
  1. Run in your emulator or device
npm run android

Or

npm run ios