1.5.9 • Published 4 years ago

react-native-ekyc-vnpt-sdk v1.5.9

Weekly downloads
226
License
-
Repository
-
Last release
4 years ago

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

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-ekyc-vnpt-sdk and add RNEkycVnptSdk.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNEkycVnptSdk.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. 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 the getPackages() method
  1. 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')
  2. 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

4 years ago

1.5.8

4 years ago

1.5.7

4 years ago

1.5.6

4 years ago

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.8

4 years ago

1.2.9

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago