songxiaoliang / react-native-baidu-face

基于百度人脸识别封装的react-native模块,支持Android、iOS平台设备
95 stars 28 forks source link

调取人脸识别页面后,接下来该怎么做? #7

Closed luyu1314 closed 5 years ago

luyu1314 commented 5 years ago

调取人脸识别画面后,

 NativeModule.addListener('FaceCheckHelper', (data) => this.faceCheckCallback(data));

监听这个回调函数,没有返回结果,是我什么地方没写对吗?