

-
Set up node:
brew install node -
Install node modules:
npm install -
Set up brew and ruby: Ruby Dev Environment Mac
-
Confirm ruby is set to 2.2.2:
rbenv which ruby -
Install cocoapods:
gem install cocoapods -
Install React Native Package Manager:
npm install rnpm -g -
Link lock to iOS project:
rnpm install react-native-lock -
Open xcworkspace file:
open ios/LocalVisaMarket.xcworkspaceand hit the build button!