This demo app demonstrates the usage of socure-sigmadevice-wrapper-react-native library.
Make sure you have following components installed
- Xcode
- Android Studio
- React Native
yarn install
Update the SDKKey
in config.js
.
cd ios && pod install && cd ..
react-native run-ios
react-native run-android