react-native-rocks-utils
v1.0.0
Published
a android utils for react-native
Readme
need to add all ndk abifilters in the app's build.gradle and the library libs, just like the example: abiFilters "armeabi-v7a", "x86", "armeabi", "mips"
in the libray build.gradle ,need add sourceSets { main { jniLibs.srcDirs = ['libs'] }
}in the app mainApplication
SpeechUtilOffline.initSpeechUtilOffline(getApplicationContext());
