0.1.1 • Published 5 years ago

@venom42/react-native-purchases v0.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

react-native-libs - purchases

Getting started

$ npm install @venom42/react-native-purchases

Mostly automatic installation

$ react-native link react-native-iap

Android

  1. Open up android/app/src/main/java/.../MainApplication.java
  • Add import com.dooboolab.RNIap.RNIapPackage; to the imports at the top of the file
  • Add new RNIapPackage()`` to the list returned by thegetPackages()` method

Manual installation

https://github.com/dooboolab/react-native-iap#manual-installation

Usage

import Purchases from 'react-native-purchases'

// TODO: What to do with the module?
RNPurchases;
0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago