hello, I saw a tutorial that it was possible to use your service in react native applications, but the lib npm install faceio-sdk-react does not exist, I would like to know if it is possible to use your service in a react-native app, or react native using expo, follow the tutorial I found:
https://betterprogramming2.medium.com/integrating-facial-recognition-authentication-with-react-native-using-faceio-f48faffad17d
fio.js Integration on a React-Native Mobile App
Asked
Modified
Viewed
3263 times
✓ Accepted Solution
Hello,
Thanks for reaching out, and welcome to the FACEIO support center. To answer your inquiry:
- Effectively, you can use FACEIO on a Ract-Native Web application, you will need to rely & install the fio.js NPM Package first located on the Node Registry at: https://www.npmjs.com/package/@faceio/fiojs.
- The fio.js NPM package is open-source on Github here at: https://github.com/symisc/faceio-npm
- Next, you will need to install & Integrate the React Webview Package to your React Native mobile app.
- Finally, from the Webview, instantiate a new FACEIO object as usual and start your integration phase.
- The forum question located at: https://community.faceio.net/threads/how-i-can-do-that-it-would-be-of-great-help-widget-15 should give you an insight on how to integrate FACEIO on your React-Native mobile app.
Feel free to reach out if you need further assistance,