Exploring ReactNative bridge for ArcGIS iOS SDK
To get started :
- Open the project folder on terminal and type
npm install
to install all dependencies. - Go into the
/ios
folder and type'pod install'
to install ArcGIS SDK - Double click on
ArcGISReactSample.xcworkspace
to open the project on Xcode and run the project.