WhiskyBar

React Native App that shows you the way to the next whisky bar. Build with Mapbox Maps SDK for React Native.

WhiskyBar

Building from source

You have to install Xcode.

Clone source code

git clone https://github.com/stepankuzmin/WhiskyBar.git
cd WhiskyBar
yarn

Install Pods

cd ios
pod install
cd ..

You have to populate your environment with MAPBOX_ACCESS_TOKEN, FOURSQUARE_CLIENT_ID and FOURSQUARE_CLIENT_SECRET variables.

Run app in iOS simulator

yarn start:ios

GitHub