LucasBassetti / react-native-chatbot

:speech_balloon: Easy way to create conversation chats

Home Page:https://github.com/LucasBassetti/react-simple-chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recognitionEnable flag doesn't work

Shauneoo opened this issue · comments

Description

Add here all the descriptions that you think it will be useful and valuable to this issue.

Adding recognitionEnable={true} options to chatbot doesnt enable speech recognition.

render() { return ( <ChatBot recognitionEnable={true} steps={steps} /> ); }

Screenshots

Add screenshots case needes, otherwise delete this section.

The recognition is only available in the web version.

You can find the available props of native here