https://github.com/bartgryszko/react-native-example
ReactNative iOS app that fetches your current location and display Intstagram photos that were made near to you
https://github.com/bartgryszko/react-native-example
Last synced: about 2 months ago
JSON representation
ReactNative iOS app that fetches your current location and display Intstagram photos that were made near to you
- Host: GitHub
- URL: https://github.com/bartgryszko/react-native-example
- Owner: bartgryszko
- Created: 2015-09-25T14:48:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T14:49:36.000Z (over 9 years ago)
- Last Synced: 2025-04-30T21:15:36.836Z (about 2 months ago)
- Language: JavaScript
- Size: 2.41 MB
- Stars: 257
- Watchers: 8
- Forks: 79
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-native - React Native Example, Geo and Location ★216
- awesome-react-native - React Native Example, Geo and Location ★216
README
react-native-example
=====================Example of using [ReactNative](https://facebook.github.io/react-native/) 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](https://instagram.com/developer/endpoints/media/) to fetch photos, [MapView](https://facebook.github.io/react-native/docs/mapview.html#content) for displaying location on the map and [Animated](https://facebook.github.io/react-native/docs/animated.html#content) for simple animations.
### Usage
1. Register new client on [Instagram Developer](https://instagram.com/developer/clients/manage/).
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
