The goal is to build a clone app with the purpose of practice developing a mobile application using React Native.
npm installfrom project folder- add a
.envfile 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 startnpm run iosnpm run android