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
314 stars 134 forks source link

Unable to customise style of search input text #103

Closed sagar7993 closed 1 year ago

sagar7993 commented 1 year ago

I am trying to apply styles on the text field inside search input, but properties such as color / font size etc do not work

searchInputStyle={{ color: 'red', fontSize: 20 }}

Am I missing something here?

sagar7993 commented 1 year ago

Looks like a PR for this fix already exists ->

https://github.com/AdelRedaa97/react-native-select-dropdown/pull/82/files

AdelRedaa97 commented 1 year ago

Merged