Change button text color in managed app

Hi!

I’m using the react native community Date Time Picker in my managed workflow Expo app
I recently found out that on older Android phones, the text color of the module would render as white, thus not visible on white background.

This only happens when using display “spinner” and not the “calendar” (default) one. In spinner display, I have a green text color on recent Android and white on old ones. In calendar, I have a nice blue color.

I saw a lot of issues on their github to fix this, and all solutions include managing the style file in the android folder.

Another solution I tried was adding a “primaryColor” field in Expo config file, but this changed nothing.

Does someone know how to fix this issue, changing color or preventing it to render as white in a managed expo app?

Thank you!

I have same problem :pray:

Hi @maximec and @expo151388

Try building with EAS Build instead of expo build:android