1.5.9 • Published 5 years ago
react-native-ekyc-vnpt-sdk v1.5.9
react-native-ekyc-vnpt-sdk
Getting started
$ npm install react-native-ekyc-vnpt-sdk --save
Mostly automatic installation
$ react-native link react-native-ekyc-vnpt-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-ekyc-vnpt-sdkand addRNEkycVnptSdk.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNEkycVnptSdk.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNEkycVnptSdkPackage;to the imports at the top of the file - Add
new RNEkycVnptSdkPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-ekyc-vnpt-sdk' project(':react-native-ekyc-vnpt-sdk').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-ekyc-vnpt-sdk/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-ekyc-vnpt-sdk')
Usage
import RNEkycVnptSdk from 'react-native-ekyc-vnpt-sdk';
// TODO: What to do with the module?
RNEkycVnptSdk;1.5.9
5 years ago
1.5.8
5 years ago
1.5.7
5 years ago
1.5.6
5 years ago
1.5.5
5 years ago
1.5.4
5 years ago
1.5.3
5 years ago
1.5.2
5 years ago
1.5.1
5 years ago
1.5.0
5 years ago
1.4.1
6 years ago
1.4.0
6 years ago
1.3.9
6 years ago
1.3.8
6 years ago
1.3.7
6 years ago
1.3.6
6 years ago
1.3.5
6 years ago
1.3.4
6 years ago
1.3.3
6 years ago
1.3.2
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.2.8
6 years ago
1.2.9
6 years ago
1.2.7
6 years ago
1.2.6
6 years ago
1.2.5
6 years ago
1.2.4
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago