react-native-slidepicker icon indicating copy to clipboard operation
react-native-slidepicker copied to clipboard

A picker component used in react-native, achive by JavaScript totally.

Results 1 react-native-slidepicker issues
Sort by recently updated
recently updated
newest added

``` const dataSource = [ [ { label: 'type A', value: 0 }, { label: 'type B', value: 1 }, { label: 'type C', value: 2 }, { label: 'type...