Skip to content

Simple React Native + Redux app using flickr.com API to retrive some photos and group info

Notifications You must be signed in to change notification settings

paladin952/FlickrClient

Repository files navigation

FlickrClient

Simple React Native + Redux app using flickr.com API to retrive some photos and group info

Run on device/simulator

npm install

react-native run-android

react-native run-ios

Screenshots

#Android

alt text alt text alt text

# iOS

alt text alt text alt text

Libraries

react-redux: used for storing data and decoupling ui from business logic(side effect)

react-navigation: used for creating the stack of screens and navigation between them

native-base: ui library used mostly for cards

react-native-searchbar: ui library for search bar

react-native-i18n: internationalization

axios: as HTTP client

react-native-tab-view: ui library for material design tabs

About

Simple React Native + Redux app using flickr.com API to retrive some photos and group info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published