React Native:带有标签 1 的动画节点不存在

red*_*c01 6 webrtc react-native

我不断收到错误:

Animated node with tag 1 does not exists
Run Code Online (Sandbox Code Playgroud)

我没有在我的任何代码中使用动画标签,所以为什么我会收到此错误。

这是我的 package.json

        {
      "main": "node_modules/expo/AppEntry.js",
      "scripts": {
        "start": "expo start",
        "android": "expo start --android",
        "ios": "expo start --ios",
        "web": "expo start --web",
        "eject": "expo eject"
      },
      "dependencies": {
        "@react-native-community/async-storage": "^1.12.1",
        "@react-native-community/masked-view": "^0.1.10",
        "@react-navigation/native": "^5.9.3",
        "@react-navigation/stack": "^5.14.3",
        "expo": "~40.0.0",
        "expo-status-bar": "~1.0.3",
        "jquery": "^3.6.0",
        "react": "17.0.1",
        "react-dom": "16.13.1",
        "react-native": "^0.64.0-rc.4",
        "react-native-android-permissions": "^1.0.2",
        "react-native-device-uuid": "^1.2.0",
        "react-native-gesture-handler": "^1.8.0",
        "react-native-incall-manager": "^3.3.0",
        "react-native-paper": "^4.7.2",
        "react-native-peerjs": "^1.0.4",
        "react-native-permissions": "^3.0.1",
        "react-native-safe-area-context": "^3.1.9",
        "react-native-screens": "^2.15.2",
        "react-native-vector-icons": "^8.1.0",
        "react-native-web": "~0.13.12",
        "react-native-webrtc": "^1.89.1",
        "react-native-webview": "^11.0.0",
        "socket.io-client": "^4.0.0"
      },
      "devDependencies": {
        "@babel/core": "^7.9.0"
      },
      "private": true
    }
Run Code Online (Sandbox Code Playgroud)

如果您需要更多文件,请询问?

ano*_*ter 6

只要降1个版本,就可以react-native:^0.63.0

\n

Expo目前不支持react-native 0.64.0+

\n

世博会:

\n
\n

今天我们\xe2\x80\x99re 宣布发布 Expo SDK 41。SDK 41 包含 React Native 0.63,与 SDK 40 版本相同。感谢所有帮助进行 Beta 测试的人。好奇为什么我们没有\xe2\x80\x99 包含最近发布的 React Native 0.64?了解更多。)

\n
\n

更新:看起来expo upgrade也可以解决这个问题。刚刚为我工作

\n