pinguinjkeke / react-native-wheel-datepicker

Android & iOS iOS-style Picker & DatePicker Components for ReactNative

Home Page:https://www.npmjs.com/package/react-native-wheel-datepicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing picker delimiter color

royipressburger opened this issue · comments

HI.

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

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).

commented

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

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.

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

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