danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
200 stars 89 forks source link

Android dark mode - list items not visible #61

Closed davidfeldt closed 1 year ago

davidfeldt commented 1 year ago

In dark mode, the list items are not showing.

Is there a prop that lets me manage the color of the list items on Android?

Any suggestions?

davidfeldt commented 1 year ago

I found the necessary props in the source code.

  1. use native Appearance API from RN to determine if phone is in dark mode or not.
  2. use dropdownTextStyles, dropdownStyles, inputStyles and/or boxStyles props to control the appearance