1.0.14 • Published 5 years ago
react-native-spot-sence-sdk v1.0.14
react-native-spot-sence-sdk
Getting started
$ npm install react-native-spot-sence-sdk --save
Mostly automatic installation
$ react-native link react-native-spot-sence-sdk
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-spot-sence-sdkand addRNSpotSenceSdk.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNSpotSenceSdk.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Usage
import RNSpotSenceSdk from 'react-native-spot-sence-sdk';
// TODO: What to do with the module?
RNSpotSenceSdk.AddSpotSenceGeo("YourClientId","YourClientSecretId");