zhike-mobile-iap
v2.0.2
Published
iap
Downloads
1
Readme
zhike-mobile-zhike-mobile-iap
Getting started
$ npm install zhike-mobile-zhike-mobile-iap --save
Mostly automatic installation
$ react-native link zhike-mobile-zhike-mobile-iap
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜zhike-mobile-zhike-mobile-iap
and addRNZhikeMobileIap.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNZhikeMobileIap.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Usage
import RNZhikeMobileIap from 'zhike-mobile-zhike-mobile-iap';
// TODO: What to do with the module?
RNZhikeMobileIap;