Follow next steps to setup the project:
- Install node modules
yarn install
- Install Pods
cd ios && pod install
- Note for Mac M1 users
arch -x86_64 pod install
- In the root of the project create
.env
file and put inside a next keys
API_KEY=YOUR_API_KEY
API_URL=https://pixabay.com/api/
- Run project
yarn start
- Run iOS
yarn ios
- Run Android
yarn android