ant-design / ant-design-mobile-rn

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

[Bug] Picker 组件的 PopupPicker 并未透传 actionTextActiveOpacity 和 actionTextUnderlayColor 属性,但在 Popup 组件的 props 类型中是存在的,导致使用时传入无实际效果 #1342

Closed zengzjie closed 1 month ago

zengzjie commented 5 months ago

💬 前提强调

🙋 描述详情/重现步骤

image image

希望官方能将这两个属性补充透传下去,现在无法去修改点击时的底图颜色

🔴 版本

5.1.2

💻 运行环境

iOS, Android, Expo, react-native-web, react-native-windows, react-native-macos

⚫️ npx react-native info输出信息

System: OS: macOS 14.3.1 CPU: (8) arm64 Apple M1 Pro Memory: 80.05 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.19.1 path: ~/.nvm/versions/node/v18.19.1/bin/node Yarn: version: 1.22.18 path: /usr/local/bin/yarn npm: version: 10.2.4 path: ~/.nvm/versions/node/v18.19.1/bin/npm Watchman: Not Found Managers: CocoaPods: Not Found SDKs: iOS SDK: Platforms:

补充说明

No response

1uokun commented 5 months ago

fix: [Picker] add okButtonProps,dismissButtonProps in @5.1.3

感谢你的反馈,好的问题会得到快速反馈