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