摘要:
这个单选功能使用的是Ant Design Mobile RN库中的Radio实现的,效果如图 话不多说讲直接上代码 1、引入import { Radio} from '@ant-design/react-native'; 2、声明 const RadioItem = Radio.RadioItem; 阅读全文
摘要:
这个多选功能使用的是Ant Design Mobile RN 库中的 Checkbox来实现,话不多说直接上代码 1、引入 import { Checkbox,} from '@ant-design/react-native'; 2、声明 const CheckboxItem = Checkbox. 阅读全文