
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.
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.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.