A simple app with splash and search screen, with integration of giphy's api (https://developers.giphy.com/branch/master/docs/api/) - search and trend.App consists of search functionality, pagination with infinite scroll, and smooth loading of images with placeholder.
- clone the repository
- Run the commands below in the terminal
- Yarn install or npm install
- cd ios pod install
- react-native run-ios if you wish to run ios (only on Mac and with Xcode installed to run on simulator)
- react-native run-android if you wish to run android (Need to have android studio to run on emulator)