0.1.1 • Published 5 years ago

react-native-rn-thub-objectdetection v0.1.1

Weekly downloads
76
License
MIT
Repository
github
Last release
5 years ago

react-native-rn-thub-objectdetection

Rn for object detection

Installation

npm install react-native-rn-thub-objectdetection

Usage

import RnThubObjectdetection from 'react-native-rn-thub-objectdetection';

RnThubObjectdetection.objectDetection(
  imagePath,
  (data) => {
    setProgressBar(false);
    Alert.alert('', data.toString());
  },
  (errorMessage) => {
    setProgressBar(false);
    Alert.alert('', errorMessage);
  }
);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.1.1

5 years ago

0.1.0

5 years ago