Skip to content

An free image search app for iOS and Android, build using React-Native, React-Navigation, Pixabay API, React-Native-Vector-Icons, and axios.

License

Notifications You must be signed in to change notification settings

wyatt-troia/reactNativeImageSearch

Repository files navigation

React Native Image Search

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.

Demo

Demo

Getting Started

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.

Author

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

An free image search app for iOS and Android, build using React-Native, React-Navigation, Pixabay API, React-Native-Vector-Icons, and axios.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published