AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
320 stars 137 forks source link

Bottom navigation bar changes to white color, on `onSelect` event #90

Closed nandor23 closed 5 months ago

nandor23 commented 2 years ago

When onSelect event is triggered the navigation bar changes its color. I tried to change even the the navbar color, when the Dropdown is focused, but it instantly switches back to white color....

ferretwithaberet commented 1 year ago

I also ran into this issue. Did you find any fixes?

nandor23 commented 1 year ago

I think this issue is only present in Expo projects. Even Modal components change the Android bottom navigation color in Expo. Since the project was ejected there are no such problems, as the code is compiled to native code.

AdelRedaa97 commented 5 months ago

Big changes have been made in v4.0 take a look here https://github.com/AdelRedaa97/react-native-select-dropdown?tab=readme-ov-file#-major-changes

Feel free to open the issue again if it still exists