1.0.0 • Published 6 years ago
react-native-usesdk v1.0.0
react-native-usesdk
Getting started
$ npm install react-native-usesdk --save
Mostly automatic installation
$ react-native link react-native-usesdk
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-usesdkand addRNUsesdk.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNUsesdk.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Usage
import RNUsesdk from 'react-native-usesdk';
// TODO: What to do with the module?
RNUsesdk;1.0.0
6 years ago