react-native-wheel-datepicker icon indicating copy to clipboard operation
react-native-wheel-datepicker copied to clipboard

Changing picker delimiter color

Open royipressburger opened this issue 6 years ago • 5 comments

HI.

Is there a way to change the color on the delimiter? Similar to the question here

royipressburger avatar Jan 18 '18 10:01 royipressburger

No, currently there is no way to change it. And I don't think it should be implemented because plugin uses native DatePickerIOS from RN and we can't change the delimiter color of it (only via private APIs).

pinguinjkeke avatar Jan 18 '18 11:01 pinguinjkeke

I think it would be good enhancement for Android only. Now if the Picker has white background the delimiter cannot be seen.

NirpE avatar Feb 19 '18 19:02 NirpE

We also needed to change the delimeter color on Android because of problem with white background, and it is a fairly easy fix if you could make a fork.

mikaello avatar Feb 20 '18 06:02 mikaello

It would be good to leave background transparent and let user decide which color it should be via simple styled View wrapper

pinguinjkeke avatar Feb 20 '18 08:02 pinguinjkeke

@mikaello So we should move this to prop? Can you make a PR implementing this feature?

pinguinjkeke avatar Apr 03 '18 14:04 pinguinjkeke