Created
March 25, 2019 06:00
-
-
Save ShaileshPrajapati-BTC/4321ccb5c93899adcfb66ba78dc0abc0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ChatBot from 'react-native-chatbot'; | |
const steps = [ | |
{ | |
id: '0', | |
message: 'Welcome to react chatbot!', | |
trigger: '1', | |
}, | |
{ | |
id: '1', | |
message: 'Bye!', | |
end: true, | |
}, | |
]; | |
<ChatBot steps={steps} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment