GetStream Chat React native: [Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported]

GetStream Chat React native: [Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported]

我已经使用以下版本详细信息对本机项目做出反应,并使用以下版本实现了 GetSream Chat。

“本机反应”:“0.62.2”, “stream-chat-react-native”:“^1.3.3”

现在,当我创建 chatClient.setUser 时,如果我的调试器在应用程序中打开,它工作得很好。这是 link 官方文档启动用户 https://getstream.io/chat/docs/init_and_users/?language=js

但是现在假设我关闭了调试器然后它给我以下错误并且它不会打开任何通道。

[Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported]

如果需要更多信息,请告诉我。

谢谢。

依赖项有一些变化:

You will need to install LinusU/react-native-get-random-values and add this line import 'react-native-get-random-values'; to your index.js

有关详细信息,请参阅文档:https://github.com/GetStream/stream-chat-react-native/wiki/Upgrade-helper#dependency-changes