React Native iOS App example that shows Instagram photos made near you

This App example from Bart Gryszko is going where it all started, showing pictures from Instagram's API, taken in locations near you, through Geolocation.
It's a great example and a chance for you to discover some React Native's goodness.

react-native-example on GitHub

Example of using ReactNative to build simple iOS app, that fetches your current location and display Intstagram photos that where made near to you.

It's using Instagram API to fetch photos, MapView for displaying location on the map and Animated for simple animations.

Instagram App example