ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3.09k stars 611 forks source link

[Bug] Collapse的Collapse.Panel 无法使用 #1378

Closed Jhh910 closed 2 months ago

Jhh910 commented 2 months ago

💬 前提强调

🙋 描述详情/重现步骤

手风琴模式只能同时展开一个 手风琴模式只能同时展开一个 手风琴模式只能同时展开一个
    问题:      当我加上Collapse.Panel部分之后  就报错TypeError: Cannot read property 'makeMutable' of undefined
          当我删除Collapse.Panel部分之后  就不报错
    尝试解决: 查资料说是在  babel.config.js文件中添加

plugins: [ /// This Plugin should be last 'react-native-reanimated/plugin', ], 我尝试添加重新运行仍然报错 TypeError: Cannot read property 'makeMutable' of undefined

🔴 版本

8.19.2

💻 运行环境

Android

⚫️ npx react-native info输出信息

System: OS: Windows 10 10.0.22621 CPU: (16) x64 12th Gen Intel(R) Core(TM) i5-12500H Memory: 1.76 GB / 15.73 GB Binaries: Node: version: 20.15.1 path: D:\nodejs\node.EXE Yarn: version: 1.22.22 path: ~\AppData\Roaming\npm\node_modules\yarn\bin\yarn.CMD npm: version: 10.7.0 path: D:\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found Windows SDK: Not Found IDEs: Android Studio: Not Found Visual Studio:

补充说明

No response

1uokun commented 2 months ago

提供一下package.json信息、 或者其中的

版本

Jhh910 commented 2 months ago

提供一下package.json信息、 或者其中的

  • react-native-gesture-handler
  • react-native-reanimated

版本

这是我的版本image 我的项目不是expo创建的 expo-font这个依赖装不了 请问expo-font这个依赖必须要装吗

1uokun commented 2 months ago

试一下别人提供的解决方案:https://github.com/software-mansion/react-native-reanimated/issues/5625#issuecomment-1926979262

不用expo就不用安装expo-font