Reanimated Reanimated 3.0.0-rc.9 的 JavaScript 部分和本机部分与未定义的不匹配

问题描述 投票:0回答:2

我正在尝试使用 RCTRootView 从我的本机(快速代码)UIViewController 显示反应本机屏幕。我不断收到此不匹配错误,我认为与世博会有关,我尝试以各种方式重新注册组件,以及将 jsCodeLocation 直接设置为本地主机,但无济于事

错误信息。

error message

Index.js。 index.js

babel-config js babel-config js

视图控制器 ViewController

ios swift react-native expo rctbridge
2个回答
4
投票

npx 博览会安装react-native-reanimated

然后在你的 bable.config.js 中 粘贴插件:['react-native-reanimated/plugin'],

https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation/


0
投票

遇到完全相同的问题。这是解决此问题的解决方案:

  • 首先,关闭你的metro服务器
  • 之后,使用以下命令重置 Metro 捆绑程序缓存:

yarn start --reset-cache
npm start -- --reset-cache

希望这有帮助!

© www.soinside.com 2019 - 2024. All rights reserved.