FACEKI Identity Verification KYC V2
  • Getting Started
  • Integrations
  • Quick Guides
    • Dashboard
    • SDK Settings
    • Verification Settings
    • Verification Monitoring
    • Integration Setting
    • Image Guidelines
  • API Integration
    • Verification APIs
      • Generate Token
      • Get KYC Rules
      • Single KYC Verification
      • Multiple KYC Verification
      • KYC Summary API
      • Generate KYC Link
      • Get KYC records by Link
      • Get KYC records By Reference ID
      • Get KYC records By RequestID
      • Face Match API (💲)
  • Data Fields
    • Verification Data
    • Error Codes
  • Mobile SDK
    • Flutter SDK / Plugin
    • React Native SDK / Plugin
    • Native iOS SDK
    • Native Android SDK
  • Web SDK
    • React
    • Angular
    • HTML
    • Laravel
  • API Libraries
    • NodeJS API Library
    • Python API Library
    • .NET API Library
  • Starter Kits
    • React Native Starter Kit
  • No Integration Option
    • Zero Integration
  • Need Help?
    • Support
      • Support Ticket
      • Skype
      • Email Support
    • Community
    • FAQ's
Powered by GitBook
On this page
  • Let's Get your React Native App running with FACEKI SDK
  • Requirements
  • Check Getting Started
  • Steps
  1. Starter Kits

React Native Starter Kit

React Native SDK For Faceki KYC

Previous.NET API LibraryNextZero Integration

Last updated 1 year ago

The latest Stable Version is V2.0.0

Let's Get your React Native App running with FACEKI SDK

Requirements

Video Demonstration

React Native Getting Started

This project is build on react-native-cli. you can setup your development environment as per the detailed steps mentioned on this link

https://reactnative.dev/docs/environment-setup?guide=native
  1. Install a code editor: Choose a code editor that you prefer to work with, such as Visual Studio Code, Atom, or Sublime Text. Install your chosen code editor on your system.

  2. Configure Android environment variables: After installing Android Studio, you'll need to set up some environment variables on your system. These variables include ANDROID_HOME, which should point to the Android SDK directory, and PATH, which should include the platform-tools and tools directories of the Android SDK.

  3. Install Xcode (for macOS only): If you're developing for iOS, you'll need to install Xcode, which is only available on macOS. You can download Xcode from the Mac App Store.

  4. Install react-native-cli: Open a terminal or command prompt and run the following command to install react-native-cli globally on your system

npm install -g react-native-cli

Steps

  1. . Click on the hidden eyes and securely copy the Client ID (token).

Please don't share the token with anybody, highly secure and confidential

3. Edit this to your Project's config file located at src/configs/facekiConfig.ts

4. Now you can install the NPM Packages using NPM:

npm i

5. Now you can simply run the Application:

npx react-native start

Install Node.js: React Native requires Node.js, so you'll need to install it on your system. You can download the installer from the Node.js website () and follow the installation instructions for your operating system.

Install Java Development Kit (JDK): React Native relies on Java for Android development. Download and install the JDK appropriate for your operating system. You can find the JDK downloads on the Oracle website ().

Install Android Studio: Android Studio provides the necessary tools for Android development. Download and install Android Studio from the official website (). Follow the installation instructions and make sure to install the Android SDK during the setup process.

Check

To use Faceki API, you need to register any of and then access >> Integration >>

You can also check out FACEKI's Github

https://nodejs.org
https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
https://developer.android.com/studio
Getting Started
Faceki packages on the link
Dashboard
Client-ID
GitHub - faceki/react-native-sdk-v2: Faceki React Native SDK for V2GitHub
Github Faceki React Native V2 SDK Files
Logo
3MB
Faceki-ReactNative-SDK-V2.mp4
Video Demostration For Getting Started