Introduction

1 min read

The React Native SDK, @onefootprint/footprint-react-native, runs the Footprint onboarding flow inside your React Native app. Under the hood it opens the flow in an in-app browser (webview).

Minimum version requirements

Check your environment against these versions before installing:

Dependency Minimum version
React Native >= 0.76

Installation

  1. Install @onefootprint/footprint-react-native version 3 or higher.
bash
1npm install @onefootprint/footprint-react-native
  1. Install the required native dependencies.
bash
1npm install react-native-inappbrowser-reborn @fingerprintjs/fingerprintjs-pro-react-native
  1. On iOS, install the pods.
bash
1cd ios && pod install

Next steps

  • Onboarding (KYC/KYB) starts an onboarding from your app and handles the validation token it returns.