spokestack / react-native-spokestack

Spokestack: give your React Native app a voice interface!
https://spokestack.io
Apache License 2.0
56 stars 13 forks source link

Feature: add keyword support and destroy method #99

Closed timmywil closed 3 years ago

timmywil commented 3 years ago

PR Checklist

Please review the guidelines for contributing to this repository.

Description

This adds the keyword feature to react-native-spokestack, which has support in spokestack-ios and spokestack-android.

Also added a .destroy() method to free up all resources and get things ready to re-initialize. This was needed in the example app to switch between keyword and NLU.

Remaining items before merging: