This repository is a React Native sample application for the Face React Native SDK.
For iOS Build
- CocoaPods: ^v1.14.3
# Git Clone
$ git clone https://github.com/HAECHI-LABS/face-react-native-sample-dapp.git
# NPM
$ npm install
# Yarn
$ yarn
-
Install iOS Simulator
-
Pod install
cd ios pod install
-
Execute the sample dapp
npx react-native run-ios
-
Install Android SDK
-
Execute the sample dapp
npx react-native run-android