ios - 警告 - 未知调用 : "relay:check" in react-native iOS app

标签 ios xcode react-native react-navigation babeljs

我在使用 React Native 构建的 iOS 应用程序的主屏幕上收到此警告。以下是我在 package.json 中的依赖项:

  "dependencies": {
    "@babel/core": "^7.0.0-0",
    "axios": "^0.18.0",
    "babel-core": "^6.0.0",
    "native-base": "^2.8.1",
    "pretty-format": "^23.6.0",
    "prop-types": "^15.0.0",
    "react": "^16.6.3",
    "react-dom": "^16.6.3",
    "react-native": "0.57.5",
    "react-native-gesture-handler": "^1.0.0",
    "react-native-htmlview": "^0.13.0",
    "react-native-image-picker": "^0.27.1",
    "react-native-render-html": "^3.10.0",
    "react-native-screens": "^1.0.0-alpha.16",
    "react-navigation": "^^2.5.5",
    "react-relay": "^1.7.0",
    "react-timestamp": "^4.4.0"
  },
  "devDependencies": {
    "babel-jest": "23.6.0",
    "jest": "23.6.0",
    "metro-react-native-babel-preset": "0.49.2",
    "react-test-renderer": "16.6.1"
  },

React native ios warning relay:check

最佳答案

你使用 React Native 调试器吗?

我在使用 React Native 调试器时也收到了该警告,并且在更新 React Native 调试器后警告消失了。 因此,请尝试将您的调试器更新到最新版本。

关于ios - 警告 - 未知调用 : "relay:check" in react-native iOS app,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53512085/

相关文章:

ios - react native 分支非分支链接始终

android - 为什么集成React Native时compileSdkVersion错误?

reactjs - React - 来自 API 的值不会出现在 View 中

react-native - React-Native 中的 OpenStreetMap 集成

objective-c - 如何在 Objective C 中检测图像方向和倾斜

ios - 如何使用 API 断开/停止扫描 Socket Mobile 扫描器?

ios - 如何改变UITableView的编辑风格?

ios - SpriteKit - didMovetoView 未被调用

ios - Cordova 插件开发工作流程

ios - XCode更新后iPhone模拟器截图尺寸变小