0.1.1 • Published 9 years ago
@phanalpha/react-native-iflymsc v0.1.1
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-iflymscAndroid
Configuring the build environment via gradle.properties:
IFLY_LIB_DIR=<IFLYMSC_SDK>/libs
IFLY_RES_DIR=<IFLYMSC_SDK>/resiOS
IFLY_LIB_DIR=<IFLYMSC_SDK>/libsRelative Path
Relative path is resolved with .getFilesDir() (android) or
NSCachesDirectory (ios) accordingly.