The goal is to build a clone app with the purpose of practice developing a mobile application using React Native.
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
)
Follow documentation to setup your environment to run ios and/or android virtual devices.
npm start
npm run ios
npm run android