1.0.8 • Published 6 years ago

react-native-easypr-activity v1.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

安装

react-native install react-native-easypr-activity

配置

在项目的build.gradle中配置如下

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

卸载

react-native uninstall react-native-easypr-activity

使用方法

import RecognizeModule from "react-native-easypr-activity"
RecognizeModule.recognize((result)=> {
            alert(result)
        });
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago