1.0.7 • Published 6 years ago
react-native-sh3h-arcgis v1.0.7
react-native-sh3h-arcgis
Getting started
$ npm install react-native-sh3h-arcgis --save
Mostly automatic installation
$ react-native link react-native-sh3h-arcgis
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-sh3h-arcgisand addRNSh3hArcgis.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNSh3hArcgis.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
Project build.gradle 添加 allprojects { repositories { maven { url 'https://esri.bintray.com/arcgis' } } }
app build.gradle 添加 packagingOptions { exclude 'META-INF/LGPL2.1' }
minSdkVersion = 19
Usage
import RNSh3hArcgis from 'react-native-sh3h-arcgis';
// TODO: What to do with the module?
RNSh3hArcgis;