Skip to content

This demo app demonstrates the usage of Socure-DeviceRisk-React-Sdk library.

Notifications You must be signed in to change notification settings

socure-inc/socure-sigmadevice-demo-app-react-native

Repository files navigation

About

This demo app demonstrates the usage of socure-sigmadevice-wrapper-react-native library.

Run the app

Prerequisites

Make sure you have following components installed

  • Xcode
  • Android Studio
  • React Native

Install dependencies

yarn install

SDK key

Update the SDKKey in config.js.

Platform

iOS

cd ios && pod install && cd ..
react-native run-ios

Android

react-native run-android