- If you don't have bundler gem installed:
gem install bundler
- Install dependencies and open the workspace:
cd example
npm install
cd ios
bundle install
bundle exec pod install
open AirMapsExplorer.xcworkspace
- Make sure the
AirMapsExplorer
target is selected and clickRun
-
Start your emulator
-
Install via gradle:
# from the example/ dir:
react-native run-android