react-native-datetimepicker / datetimepicker

React Native date & time picker component for iOS, Android and Windows
MIT License
2.36k stars 385 forks source link

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

Open RSNFreud opened 5 months ago

RSNFreud commented 5 months ago

Question

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

dawid-w commented 4 months ago

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

RSNFreud commented 4 months ago

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

RSNFreud commented 4 months ago

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

ammaarkhan commented 3 months ago

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