react-native-chatbot
react-native-chatbot copied to clipboard
How to save the progress and display again?
Description
Great library, I am trying now to add some notion of storage of the chat discussion and the values the used selected. How is it possible to store and load a chat?
+1
Description
Great library, I am trying now to add some notion of storage of the chat discussion and the values the used selected. How is it possible to store and load a chat?
You will download whole library then change something in lib/ChatBot.js file triggerNextStep(data) function for save all steps values. I'm using async storage for save steps.
@hasanaydemir can you share your code?