Skip to content

This app demonstrates image search in React Native and displays results in a grid format with infinite scrolling.

Notifications You must be signed in to change notification settings

manikjain-zz/react-native-image-search

Repository files navigation

react-native-image-search

Note

CLIENT_ID and CLIENT_SECRET (from Shutterstock) need to be provided to the auth: { username: CLIENT_ID, password: CLIENT_SECRET } part of axios GET request in images.js.

While it is not recommended to store like this on the front-end, I did it here just to keep it simple. In real world, such creds should never be exposed on the client side.

Screens

  • Type a keyword(s) and tap 'Search Images'.

screenshot at jul 03 09-52-49

  • A new screen with the search results will appear to load.

screenshot at jul 03 09-53-21

  • Results for the keyword used.

screenshot at jul 03 09-53-38

  • Scroll infinitely for all entries. A loading icon appears as it fetches new entries.

screenshot at jul 03 09-54-23

About

This app demonstrates image search in React Native and displays results in a grid format with infinite scrolling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published