-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No callback returned when Dialogflow_V2.startListening #63
Comments
I am experiencing the same in Android (on iOS it works). Did you find a solution? |
No, I still using the V1 for now. |
Yes i though of that too. But it very strange that this is not working, it's the core functionality of the package. |
That's works very well |
I am experiencing the same error on Android! |
Same issue here in Android, the events works fine but the The @BenjaminPcrd solution works for me, but is there any update? |
The callback is never returned when startListening
`
<Button onPress={() => {
Dialogflow_V2.onListeningStarted(()=>{
console.log("listening started");
});
`
The text was updated successfully, but these errors were encountered: