"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
-
uninstall "react-native-reanimated" and then install this version of RNR 3.0.0-rc.3
-
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',
],
};
学而不思则罔,思而不学则殆!

浙公网安备 33010602011771号