1.0.7 • Published 5 years ago

react-native-sh3h-arcgis v1.0.7

Weekly downloads
24
License
-
Repository
-
Last release
5 years ago

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

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-sh3h-arcgis and add RNSh3hArcgis.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNSh3hArcgis.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Project build.gradle 添加 allprojects { repositories { maven { url 'https://esri.bintray.com/arcgis' } } }

  2. app build.gradle 添加 packagingOptions { exclude 'META-INF/LGPL2.1' }

  3. minSdkVersion = 19

Usage

import RNSh3hArcgis from 'react-native-sh3h-arcgis';

// TODO: What to do with the module?
RNSh3hArcgis;
1.0.7

5 years ago

1.0.6

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago