当尝试从“react-native-gifted-chat”导入和使用 GiftedChat 组件时,我收到此错误:
Invariant Violation: Tried to register two views with the same name RNCSafeAreaProvider, js engine: hermes
我已经尝试过这里列出的几件事。人们似乎对与“react-native-safe-area-context”相关的其他软件包也有类似的问题。
我没有使用 expo,但我使用的是 React Native CLI。
在我看来,问题出在“react-native-gifted-chat”上。
细节:
如果有人有任何想法或见解,我将不胜感激。如果我找到解决方案,我会将其作为评论发布。
react-native react-native-gifted-chat react-native-safe-area-view