1.2.8 • Published 3 years ago

react-native-finbox-middleware-sdk v1.2.8

Weekly downloads
27
License
MIT
Repository
github
Last release
3 years ago

react-native-finbox-middleware-sdk

Getting started

$ npm install react-native-finbox-middleware-sdk --save

Mostly automatic installation

$ react-native link react-native-finbox-middleware-sdk

Manual installation

Android

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

Usage

import RNFinboxMiddlewareSdk from 'react-native-finbox-middleware-sdk';

// TODO: What to do with the module?
RNFinboxMiddlewareSdk;
1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago