是否有库可以在 React Native 中使用 twilio-conversations?

Is there a library to use twilio-conversations in React Native?

我一直在研究如何在 React Native 中使用 twilio-conversations 进行 App-Chat,但我还没有找到任何可以帮助我的东西。

Twilio 通常同时提供 JavaScript 和 IOS/Android SDK。但据我所知,在谈论 React Native 时,Twilio 没有直接支持。您可以尝试使用可编程聊天客户端 SDK 的 JavaScript SDK (npm) but I doubt you'll be successful as it probably relies on the browser API. Your best bet is probably to have a look at the TwilioChatJsReactNative example which uses twilio-chat (it's linked on the Demo / Reference Client Applications 部分)。缺点是可编程聊天支持将 运行 在 2022 年年中结束。

此处为 Twilio 开发人员布道师。

Conversations 团队告诉我,Conversations JS SDK 已经过 React Native 测试,是在 React Native 中使用 Conversations 的推荐方法。

这是 Twilio Frontline 应用中采用的方法。