Just a simple app to search and view images from pixabay using Pixabay API.
Video Demo: Pixabay App Video
Video Demo: Pixabay App Video - Youtube
These are the steps for you to run and use the app properly.
Create .env file in the project root directory and add PIXABAY
and PIXABAY_API_KEY
values.
PIXABAY=https://pixabay.com/api/
PIXABAY_API_KEY=your_pixabay_api_key
Run npm install
For IOS
npx react-native run-ios
For Android
npx react-native run-android