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

How to save the progress and display again?

Open sven-borden opened this issue 5 years ago • 3 comments

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?

sven-borden avatar Nov 12 '20 13:11 sven-borden

+1

hasanaydemir avatar Jan 24 '21 12:01 hasanaydemir

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 avatar Jan 28 '21 19:01 hasanaydemir

@hasanaydemir can you share your code?

pablosilvahygia avatar Oct 18 '22 14:10 pablosilvahygia