Flickr Funhouse
quick project to show the how quickly you make a simple, scalable app using React Native and Redux
To begin, make sure you have the API keys for flickr declared in a root file or ENV variables as follows:
export const flickrKey = "YOUR-API-KEY"; export const flickrSecret = "YOUR-API-SECRET"