"react-native": "0.72.7"中使用react-native-reanimated报错

参考修改依赖版本内容

Packages & dependencies

"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"react": "18.2.0",
"react-native": "0.72.1",
"react-native-gesture-handler": "^2.12.0",
"react-native-reanimated": "^3.0.0-rc.3",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.23.0"

步骤

直接在node_modules中删除reanimated

  1. uninstall "react-native-reanimated" and then install this version of RNR 3.0.0-rc.3

  2. Installed ndk version "23.1.7779620"

index.js

import 'react-native-gesture-handler';

babel.config.js

module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
  plugins: [
        'react-native-reanimated/plugin',
  ],
};

posted @ 2024-12-29 01:20  Felix_Openmind  阅读(230)  评论(0)    收藏  举报
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}