DatePickerAndroid background color issue

I want to change DatePickerAndroid background color similar to Styling DatePickerAndroid in React Native | cmichel
anyone have idea for making change without eject from expo

Hey @ashishtaskme,

This won’t be possible without ejecting as you have no way to access the XML files where you need to make the style changes. Trying to create your own pure-JS DatePicker would be an option if you need (or want to) avoid ejected, but it certainly won’t be a simple task.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.