0.1.1 • Published 7 years ago

@phanalpha/react-native-iflymsc v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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

Define custom paths:

IFLY_LIB_DIR=<IFLYMSC_SDK>/libs

Relative Path

Relative path is resolved with .getFilesDir() (android) or NSCachesDirectory (ios) accordingly.