Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

ustwo/react-native-experiment

Repository files navigation

Map Mixer

Map Mixer takes an Airbnb React Native Mapview component and puts two layers — or "channels" — of information on top of it. Channel One takes in a JSON feed of geolocation data, extracts the minimum amount of data required for useful map markers (e.g. latitude, longitude, etc.), and places those markers on the map. When the user taps on a map marker, Channel Two is engaged and requests a feed of enhancement data for that particular location (e.g. Instagram pictures).

alt text alt text

Feed Sources

The app/config/feedSources.js file contains the URL structures as well as injectable parameters for the Channel One/Two feeds. There is also a method to specify the URL for Channel Two authentication which is provided to and used in a WebView by InstagramAuth.js to get an API access token.

Third-Party Components

Dev Team