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

How to save the progress and display again?

sven-borden opened this issue · comments

commented

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?

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?