Package Exports
- expo-seon
- expo-seon/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (expo-seon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
expo-seon
Expo module to talk with Seon
Seon documentation
How to use it?
npm install expo-seonor
yarn add expo-seonOnce it is installed just import the new module and starting using it.
import * as ExpoSeon from 'expo-seon';const seonSessionId = uuidv4(); // if needed
const fingerprintBase64 = await ExpoSeon.fingerprintBase64(seonSessionId);- Because this is a native module, it will not work with Expo Go. Only works with EAS Builds.
- Once installed, create a new development build, otherwise, will fail.
Wanna help?
- Open a new PR
npm run build=> on another Terminalcd example && npx expo run:ios