An free image search app for iOS and Android, build using React-Native, React-Navigation, Pixabay API, React-Native-Vector-Icons, and axios.
Submitting a search query brings the user to a results screen of thumbnails. Clicking on a thumbnail bring the user to a high-resolution version of the selected image.
Create an account on Pixabay and get your API key on this page. Create a file in the root project directory titled pixabayKey.js
which consists of one line:
module.exports = <YOUR_PIXABAY_KEY_AS_A_STRING>;
Follow the React-Native Getting Started instructions
npm install
react-native run-ios OR react-native run-android
The app will then run in your iOS or Androis emulator.
- Wyatt Troia - Github
This project is licensed under the MIT License - see the LICENSE.md file for details