App that allows a user to perform an image search. The app should allow the user to input a text query and display all the images for that query in a scrollable list. Clicking on an image should bring the user to a detail page which displays that image along with some additional information. The data source is the Pixabay API.
Search screen | Details screen |
---|---|
![]() |
![]() |
Simulator.Screen.Recording.-.iPhone.13.-.2022-11-27.at.09.02.26.mov
- Put .env file to the root
- Make sure you have all the environment set up https://reactnative.dev/docs/environment-setup
- Run
yarn
- install Pods:
cd ios && pod install && cd ..
- run iOS simulator with
yarn ios
- run Android emulator with
yarn android