2.1.4 • Published 2 years ago

vpm-react-native-sdk-android v2.1.4

Weekly downloads
39
License
-
Repository
-
Last release
2 years ago

vpm-react-native-sdk-android

Getting started

$ npm install vpm-react-native-sdk-android --save

Mostly automatic installation

$ react-native link vpm-react-native-sdk-android

Manual installation

Android

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

Usage

import VpmRNNativeAndroidSdkModule from 'vpm-react-native-sdk-android';

// TODO: What to do with the module?
VpmRNNativeAndroidSdkModule;
2.1.2

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.1

4 years ago

2.1.0

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.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.1.2

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago