1.76.2 • Published 2 years ago

react-native-authenteq-flow v1.76.2

Weekly downloads
58
License
COMMERCIAL
Repository
bitbucket
Last release
2 years ago

react-native-authenteq-flow

Getting started

$ npm install react-native-authenteq-flow --save

or

$ yarn add react-native-authenteq-flow

iOS setup

Update Podfile in your_project_dir/ios folder 1. change minimum deployment target to > 10.0 2. add dynamic frameworks support 3. add custom podspec repo url

Here is example Podfile after modification

platform :ios, '10.0' 
source 'https://bitbucket.org/authenteq/cocoapods-specs.git'
source 'https://cdn.cocoapods.org/'
use_frameworks!
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
... other content of Podfile ...

Usage

Import AuthenteqFlow in JS file before usage:

import AuthenteqFlow from 'react-native-authenteq-flow';

Start identification:

AuthenteqFlow
  .identification("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET", [['PP','DL','NID']])
  .then((res) => {
    console.log(res);
  }).catch((error) => {
    console.error(error);
  })

More information at https://docs.authenteq.com/mo/react-native

1.76.2

2 years ago

1.76.1

2 years ago

1.76.0

2 years ago

1.73.0

3 years ago

1.74.0

3 years ago

1.75.0

3 years ago

1.72.0

3 years ago

1.70.0

4 years ago

1.71.0

3 years ago

1.69.0

4 years ago

1.69.1

4 years ago

1.68.2

4 years ago

1.68.1

4 years ago

1.68.0

4 years ago

1.67.1

4 years ago

1.66.1

4 years ago

1.66.0

4 years ago

1.65.1

5 years ago

1.65.0

5 years ago

1.64.0

5 years ago

1.63.1

5 years ago

1.63.0

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

5 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