가져 오기 시도 오류 : 'EasingNode'가 'react-native-reanimated'에서 내보내지지 않습니다.

Aug 17 2020

내 엑스포 앱에서 @ react-navigation / stack을 사용하고 있으며 모든 것이 잘 작동합니다. 내 앱에 탭 / 서랍 탐색을 추가하기 시작하고 가져 오려고 할 때 다음 두 가지 오류가 계속 발생합니다.

import { createMaterialBottomTabNavigator } from '@react-navigation/material-bottom-tabs';
import { createMaterialTopTabNavigator } from '@react-navigation/material-top-tabs';
Attempted import error: 'EasingNode' is not exported from 'react-native-reanimated'.

Attempted import error: 'Appearance' is not exported from 'react-native-web/dist/index'.

다음은 내 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.11.0",
    "@react-native-community/masked-view": "0.1.10",
    "@react-navigation/material-bottom-tabs": "^5.2.16",
    "@react-navigation/material-top-tabs": "^5.2.16",
    "@react-navigation/native": "^5.7.3",
    "@react-navigation/stack": "^5.9.0",
    "@reduxjs/toolkit": "^1.4.0",
    "expo": "~38.0.8",
    "expo-status-bar": "^1.0.2",
    "react": "~16.11.0",
    "react-dom": "~16.11.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
    "react-native-elements": "^2.2.1",
    "react-native-gesture-handler": "~1.6.0",
    "react-native-paper": "^4.0.1",
    "react-native-reanimated": "~1.9.0",
    "react-native-safe-area-context": "~3.0.7",
    "react-native-screens": "~2.9.0",
    "react-native-tab-view": "^2.15.1",
    "react-native-web": "~0.11.7",
    "react-redux": "^7.2.1",
    "redux": "^4.0.5"
  },
  "devDependencies": {
    "@babel/core": "^7.8.6",
    "babel-preset-expo": "~8.1.0"
  },
  "private": true
}

이 문제를 해결하기 위해 완전히 새로운 엑스포 앱을 만드는 데까지 갔지만 하단 / 상단 탭 탐색기를 가져 오면 여전히 벽에 부딪 혔습니다. 이 문제를 해결하는 방법을 아십니까?

답변

2 Lpaydat Sep 05 2020 at 23:22

내 문제 react-native-paper4.0.0-alpha.1해결 하기 위해 다운 그레이드 합니다 . 와 [email protected]호환되지 않는 것 같습니다 react-native-paper@^4.0.1.