react-native-datetimepicker / datetimepicker

React Native date & time picker component for iOS, Android and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to remove the background on ios "compact" picker

RSNFreud opened this issue · comments

Question

Is there a way to make this background be transparent?
image

Bump up. Btw, how did u manage to change text color to white? Seems like textColor prop is not working anymore.

Bump up. Btw, how did u manage to change text color to white? Seems like textColor prop is not working anymore.
Works for me! Make sure to set placeholder style to white too

selectedTextStyle={{ color: "white" }}
placeholderStyle={{ color: "white" }}

Any update on this? How can we make it transparent?