I see apps in android that follow material design themes, so whenever a user changes the wallpaper of their phone, the colors also vary which changes the app's colors too.
Just like Google apps, they follow the system accent colors, primary colors, text colors, etc.
For example: Image : this app follows system colors i.e. brown
I want to know how to do this stuff in react native. Is there any way to get the list of the system colors?
Have you tried this one? https://rn-material.js.org/
Has a lot of components that could be customised.