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

An awesome native wheel picker component for React Native.

Results 7 react-native-picky issues
Sort by recently updated
recently updated
newest added

@Liamandrew Would you have time to show me how to add a style prop for the PickerItem component?

Hi, the PickerColumn`s 'selectedValue' prop error is no more than the 24th serial number. such as: const [list, setList] = useState([ {label: '1', value: 1}, {label: '2', value: 2}, ......

https://github.com/Liamandrew/react-native-picky/blob/79f5cf11d4b80b3b0778a3934ff237a237107c8e/android/build.gradle#L23 JCenter is down today, breaking my builds. Being the JCenter is shutting down it would be the correct thing to add `mavenCentral()`

Hi, Thanks for this great library! Is it possible to style the text, such as size and font family?

Tried `npm install react-native-picky` but got an error `Invariant Violation: requireNativeComponent: "Picky" was not found in the UIManager.`

I'm using **picky** as a price picker and at some point I thought that I'd like to have a separator located between `PickerGroup`s. The image below shows an example of...

enhancement