A simple app to search and view images from https://pixabay.com/
Run these commands sequentially
- git clone https://github.com/shuvo0074/pixabay_gallery.git
- cd pixabay_gallery
- yarn install
- yarn start
- react-native run-android
For ios: After step 4 from above
- cd ios && pod install && cd ..
- react-native run-ios
You can use your own api key in env.js. Dummy data is used in profile screen as pixabay doesn't have any user api.