react native lib to use in expo or react-native-cli
npm install react-native-face-recognition-turbo
import { multiply } from 'react-native-face-recognition-turbo';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library