react-native-chatbot
react-native-chatbot copied to clipboard
handleEnd is called on load
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?