Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Radio组件的defaultCheck属性在iOS和harmony上失效,无法正常默认选取 #1380

Open
1 task done
Panlichen1996 opened this issue Sep 24, 2024 · 0 comments
Labels

Comments

@Panlichen1996
Copy link

💬 前提强调

  • I have searched the issues of this repository and believe that this is not a duplicate.

🙋 描述详情/重现步骤

在iOS以及harmonyOS上,Radio组件的defaultCheck属性无法正常生效。

<List renderHeader="基本用法">
          <List.Item thumb={<Radio defaultChecked={true}>defaultChecked=true</Radio>} />
          <List.Item thumb={<Radio defaultChecked={false}>defaultChecked=false</Radio>} />
</List>

🔴 版本

9.8.0

💻 运行环境

iOS

⚫️ npx react-native info输出信息

System:
OS: Windows 10 10.0.19045
CPU: (8) ia32 Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz
Memory: 4.02 GB / 15.84 GB
Binaries:
Node:
version: 18.14.1
path: D:\software\nodejs\node.EXE
Yarn:
version: 1.22.22
path: D:\software\nodejs\node_global\yarn.CMD
npm:
version: 9.8.0
path: D:\software\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK:
API Levels:
- "17"
- "18"
- "28"
- "30"
- "33"
- "34"
- "34"
Build Tools:
- 29.0.1
- 29.0.2
- 30.0.2
- 30.0.3
- 33.0.0
- 33.0.1
- 34.0.0
System Images:
- android-33-ext4 | Google Play Intel x86_64 Atom
- android-33-ext5 | Google Play Intel x86_64 Atom
- android-33 | Google Play Intel x86_64 Atom
- android-33 | Google APIs ATD Intel x86_64 Atom
- android-34-ext8 | Google Play Intel x86_64 Atom
- android-34 | Google Play Intel x86_64 Atom
Android NDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: Not Found
Visual Studio: Not Found
Languages:
Java: 17.0.3.1
Ruby: Not Found
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.5
wanted: 0.72.5
react-native-windows: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: Not found
newArchEnabled: Not found

补充说明

这个问题在ios和harmony上都可以复现。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant