A react-native app that queries the Flickr API for searched photos and renders the results in a FlatList component. The rendered component that contains the image is a custom component called PhotoCard which has two additional Text components for rendering the title and description of the photo.
NB: prior to running
npm start
oryarn start
be sure to runnpm install
as the node_modules is being ignored by .gitignore