作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尽管我已经安装了所有相关的软件包并遵循了 react-navigation 指南( https://reactnavigation.org/docs/getting-started#installation ),但我还是收到了 RNSScreen 错误,但没有任何效果。
最佳答案
在实现导航时遇到了同样的问题。运行以下命令
npm install @react-navigation/native
React Navigation 由一些核心实用程序组成,然后导航器使用这些实用程序在您的应用程序中创建导航结构。
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
这将安装这些库的兼容版本。
npx pod-install ios
现在运行
react-native run-ios
关于react-native - 不变违规 : requireNativeComponent: "RNSScreen" was not found in the UIManager,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66921263/
尽管我已经安装了所有相关的软件包并遵循了 react-navigation 指南( https://reactnavigation.org/docs/getting-started#installat
我不断收到 RNSScreen 错误。我已按照 react 导航指南中的所有说明进行操作,但对我没有任何帮助。 最佳答案 看起来 native 包不会自动链接。所以试试这个 Note: In your
我是一名优秀的程序员,十分优秀!