Skip to content

Latest commit

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

react-native 单项选择组件

实例

let options = [{id: 1, name: 'test1'}];
...
<SelectCom
chengeSelected={(val, data) => {
console.log(val, data);
}}
SelectData={
options
}
defaultValue={1}
placeholder={'请选择'}
/>

test

测试git一个文件

About

react-native 单选

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages