@phanalpha/react-native-iflymsc
v0.1.1
Published
A React Native native module wraps IFlyMSC.
Downloads
1
Readme
react-native-iflymsc
A React Native native module, which wraps IFlyMSC synthesizer and recognizer.
Installation
npm install --save @phanalpha/react-native-iflymsc
react-native link react-native-iflymsc
Android
Configuring the build environment via gradle.properties:
IFLY_LIB_DIR=<IFLYMSC_SDK>/libs
IFLY_RES_DIR=<IFLYMSC_SDK>/res
iOS
IFLY_LIB_DIR=<IFLYMSC_SDK>/libs
Relative Path
Relative path is resolved with .getFilesDir()
(android) or
NSCachesDirectory
(ios) accordingly.