react-native-chatbot icon indicating copy to clipboard operation
react-native-chatbot copied to clipboard

handleEnd is called on load

Open pearlsrvcs opened this issue 6 years ago • 0 comments

Description

I have implemented the react-native-chatbot and within the steps array, I set end: false on every step except the last one, where it is set to true. Yet, as soon as the ChatBot is loaded, my handleEnd function is called. Any ideas what I can do about this?

pearlsrvcs avatar Jul 13 '18 15:07 pearlsrvcs