react native chatbot:创建对话聊天的简便方法 源码
React本地聊天机器人 React本机聊天机器人组件,用于创建对话聊天。 基于 。 入门指南 npm install react-native-chatbot --save 用法 import ChatBot from 'react-native-chatbot' ; const steps = [ { id : '0' , message : 'Welcome to react chatbot!' , trigger : '1' , } , { id : '1' , message : 'Bye!' , end : true ,
下载地址
用户评论