Skip to content

adar2378/react-native-smart-reply

Repository files navigation

react-native-smart-reply

A react native package for smart reply for firebase mlkit

Installation

npm install react-native-smart-reply

Usage

import SmartReply from "react-native-smart-reply";

// ...

const result = await SmartReply.generateSmartReplies([{
   isLocalUser: true,
   userId: "1",
   timestamp: new Date(),
   message: "HI",
}]);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT