2.2.4 • Published 4 months ago

react-native-tapsell-plus v2.2.4

Weekly downloads
14
License
Apache 2.0
Repository
github
Last release
4 months ago

TapsellPlusSDK-ReactNativePlugin npm version

react-native-tapsell-plus

Getting started

$ npm install react-native-tapsell-plus --save

If your react-native version is below 0.60, you need to link it as well:

$ react-native link react-native-tapsell-plus
  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.reactlibrary.RNTapsellPlusPackage; to the imports at the top of the file
  • Add new RNTapsellPlusPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-tapsell-plus'
    project(':react-native-tapsell-plus').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-tapsell-plus/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-tapsell-plus')

Usage

import RNTapsellPlus from 'react-native-tapsell-plus';

// TODO: What to do with the module?
RNTapsellPlus;
2.2.4

4 months ago

2.2.0

11 months ago

2.1.8

1 year ago

2.1.8-rc01

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.1.3

3 years ago

2.1.2

3 years ago

1.2.7

3 years ago

1.2.4-alpha01

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

2.1.1

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.3

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago