You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this package included an expo config plugin for changing the date picker / time picker colors, that'd be really great because it could make it much easier for devs to change colors on Android.
Why it is needed
Changing colors for the android pickers is a massive pain (and impossible in Expo without a config plugin). With an included config plugin, this package could make it as easy as possible given the constraints of having to modify styles.xml on android to change those colors.
Hello and thanks for reporting,
I'm closing this as a duplicate of #20
please feel free to open a PR for this, or consider sponsoring the development of the package. This is on my watchlist but I have a ton of other projects and it's hard to prioritize this with the current budget: https://opencollective.com/react-native-datetimepicker
Thank you 🙂
Feature request
If this package included an expo config plugin for changing the date picker / time picker colors, that'd be really great because it could make it much easier for devs to change colors on Android.
Why it is needed
Changing colors for the android pickers is a massive pain (and impossible in Expo without a config plugin). With an included config plugin, this package could make it as easy as possible given the constraints of having to modify
styles.xml
on android to change those colors.Possible implementation / Code Sample
app.json
styles.xml
Haven't tested the above
styles.xml
, but something like this should work and be possibleFor reference: #20 (comment)
The text was updated successfully, but these errors were encountered: