ReactNative iOS app that fetches your current location and display Intstagram photos that were made near to you
The React Native Example is a simple iOS app that utilizes React Native to fetch the user’s current location and display Instagram photos taken near them. The app uses the Instagram API for fetching photos, MapView for displaying the location on the map, and Animated for simple animations.
npm install
npm start
The React Native Example showcases how to build a simple iOS app using React Native to fetch the user’s location and display Instagram photos nearby. By integrating the Instagram API, utilizing MapView for location display, and implementing simple animations with Animated, the app provides a basic yet functional demonstration of these features.