UNPKG
react-native-xunfeirecognize
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
讯飞语音识别,无界面和有界面(讯飞自带界面)
react-native-xunfeirecognize
/
index.js
5 lines
•
132 B
JavaScript
View Raw
1
2
3
4
5
import
{
NativeModules
}
from
'react-native'
;
const
IFlyRecognizer
=
NativeModules
.
IFlyRecognizer
;
export
default
IFlyRecognizer
;