Mobile app case study - explore movies

React native (CLI) practice app

Setup

Setup your development environment following react native docs.

In root directory yarn install.

In ios directory pod install.

Run locally

In root yarn start.

Open a second terminal and run yarn run ios