Skip to content

ReactNative iOS app that fetches your current location and display Intstagram photos that were made near to you

Notifications You must be signed in to change notification settings

robertherdzik/react-native-example

 
 

Repository files navigation

react-native-example

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.

Usage

  1. Register new client on Instagram Developer.

  2. Open src/MediaList.jsx and set INSTAGRAM_CLIENT_ID to your client ID.

  3. Type in terminal:

    npm instal

    npm start

  4. Open AroundMe.xcodeproj in XCode and run it.

Screenshot

Screenshot

About

ReactNative iOS app that fetches your current location and display Intstagram photos that were made near to you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.0%
  • Objective-C 22.7%
  • Java 9.3%