This repository has been archived by the owner on May 6, 2022. It is now read-only.
Releases: spokestack/react-native-spokestack
Releases · spokestack/react-native-spokestack
Fix Android ASR closing bug
This release addresses an error that could be reached when resetting or closing AndroidSpeechRecognizer without first activating it.
Fix Android ASR Reactivation
3.2.7 release 3.2.7
Fix Android ASR premature deactivation
Fix: Android ASR premature deactivation.
Propagate NLU types from Android
This uses a new feature in the Android library to properly
set the types of NLU slots it returns, also maintaining proper types on
slots that can be expressed as JS primitives and stringifying others.
Fix Android null slot parsing
3.2.3 3.2.3
Add TypeScript types and update spokestack-android to 6.0.0
- Added types for TypeScript users
- Updated spokestack-android to 6.0.0
- Added .editorconfig file
Update Android build files
- Android fix: Standardize the gradle file ever so slightly and allow a gradle sync to finish in the Android Studio IDE.
Android ASR Support
Android: support for built-in Android ASR (on Android-ASR-supported devices).
Release 3.1.1
fix: nullable slot values in objc nlu interop