1.0.8 • Published 8 years ago

react-native-easypr-activity v1.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago