6.0.0 • Published 3 months ago

@veriff/react-native-sdk v6.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
3 months ago

Veriff React Native SDK

Getting started

To start using the Veriff React Native SDK follow the steps described here.

Usage

import VeriffSdk from '@veriff/react-native-sdk';

var result = await VeriffSdk.launchVeriff({ sessionUrl: SESSION_URL });
switch (result.status) {
  case VeriffSdk.statusDone:
    // user submitted the images and completed the flow
    // note that this does not mean a final decision yet
    break;
  case VeriffSdk.statusCanceled:
    // user canceled the flow before completing
    break;
  case VeriffSdk.statusError:
    // the flow could not be completed due to an error
    console.log("Veriff verification failed with error=" + result.error);
    break;
} 

See more details here.

6.0.0

3 months ago

5.2.0

4 months ago

5.1.0

6 months ago

5.0.0

6 months ago

4.5.0

9 months ago

4.4.0

10 months ago

4.6.0

8 months ago

4.3.0

11 months ago

4.2.0

12 months ago

3.1.0

1 year ago

4.1.0

1 year ago

4.0.0

1 year ago

3.0.0

1 year ago

2.13.0

1 year ago

2.12.0

2 years ago

2.11.0

2 years ago

2.10.0

2 years ago

2.7.0

2 years ago

2.9.0

2 years ago

2.8.0

2 years ago

2.6.0

2 years ago

2.5.0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.4.0

3 years ago

2.3.2

3 years ago

2.3.0

3 years ago

2.3.1

3 years ago

2.2.0

3 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago