React native ';世博会'/';反应自然'/';react native render html'/';反应导航';未安装依赖项

React native ';世博会'/';反应自然'/';react native render html'/';反应导航';未安装依赖项,react-native,expo,yarnpkg,create-react-app,React Native,Expo,Yarnpkg,Create React App,我多次尝试重新安装这些依赖项,但每次运行时 watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install 我有以下警告 exp start -c 这是我的package.json 01:22:43 [exp] Warning: 'expo' dependency is not installed. 01:22:43 [exp] Warning

我多次尝试重新安装这些依赖项,但每次运行时

watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install
我有以下警告

exp start -c
这是我的package.json

01:22:43 [exp] Warning: 'expo' dependency is not installed.
01:22:43 [exp] Warning: 'react-native' dependency is not installed.
01:22:43 [exp] Warning: 'react-native-render-html' dependency is not installed.
我的项目已与世博会套件弹出,我按照弹出屏幕的指示。它在弹出之前工作得很好,但现在我不能让我的代码运行

我在Xcode中构建了我的代码,并成功地实现了。我可以运行模拟器,但我看不到任何东西,只有白色屏幕。我希望底部有一条红色横幅,上面写着“驳回”“重新加载”“复制”“更多信息”。我试图复制,但没有任何东西进入我的剪贴板

我被开除的回购协议是: 1.运行弹出 2.选择expoKit 3.等待它弹出 4.更新世博sdk至26 5.对expo fork进行本地更改 6.吊舱安装

我错过什么了吗?

案件结案了

我必须将纱线更新到最新版本,npm不起作用


将Thread更新到1.6后,现在一切正常。

问题可能与分离后更新Expo比仅更新npm模块更复杂有关。您还需要更新本机代码。@我应该再次运行pod安装或pod更新来更新本机代码吗?
    {
  "name": "Real300",
  "version": "0.7.2",
  "private": true,
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-flow": "^6.23.0",
    "flow-bin": "^0.58.0",
    "flow-remove-types": "^1.2.3",
    "jest-expo": "^26.0.0",
    "react-test-renderer": "16.0.0"
  },
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "test": "node node_modules/jest/bin/jest.js --watch",
    "prepublish": "yarn run build",
    "flow": "flow"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "@expo/samples": "2.1.1",
    "@expo/vector-icons": "^6.1.0",
    "buffer": "^5.0.8",
    "expo": "26.0.0",
    "global": "^4.3.2",
    "iconv-lite": "^0.4.19",
    "install": "^0.10.1",
    "native-base": "^2.3.2",
    "npm": "^5.5.1",
    "prop-types": "^15.6.0",
    "react": "16.3.0-alpha.1",
    "react-dom": "^16.0.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
    "react-native-camera-roll-picker": "^1.2.3",
    "react-native-cli": "^2.0.1",
    "react-native-dimension": "^1.0.6",
    "react-native-easy-grid": "^0.1.15",
    "react-native-elements": "^0.17.0",
    "react-native-fs": "^2.8.5",
    "react-native-image-crop-picker": "^0.18.1",
    "react-native-image-picker": "^0.26.7",
    "react-native-material-cards": "^1.0.7",
    "react-native-material-ui": "^1.14.0",
    "react-native-navigation": "^1.1.257",
    "react-native-render-html": "^3.7.0",
    "react-native-router-flux": "4.0.0-beta.22",
    "react-native-sglistview": "^0.4.3",
    "react-native-swiper": "^1.5.13",
    "react-native-tab-view": "0.0.70",
    "react-native-viewpager": "^0.2.13",
    "react-navigation": "^1.5.8",
    "stream": "0.0.2",
    "sudo": "^1.0.3",
    "tcomb-form-native": "^0.6.11"
  }
}