Detect and track objects with ML Kit
npm install react-native-ml-camera-vision
import { multiply } from "react-native-ml-camera-vision";
// ...
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