This repository was archived by the owner on May 6, 2022. It is now read-only.
Release 0.8.0-beta.0
Pre-release
Pre-release
0.8.0-beta.0 (2020-12-21)
Features
BREAKING CHANGES
- the nluModelUrls and wakewordModelUrls props have been changed
to nlu and wakeword respectively. They now accept source objects (e.g.
require('./filter.tflite')) as well as remote URLs - addListener and removeListener have been changed to
addEventListener and removeEventListener, which are now direct exports
from react-native-spokestack. removeAllListeners has also been added. - The SpokestackListenerEvent enum has been removed. Use strings for events instead.
See the events table in the README for a list of all available events - Update min sdk in Android to 21
- Also fixes auto reload in dev
- Removed dependencies: rn-fetch-blob and @react-native-community/netinfo
- Updated documentation
- Updated example app