react-native-search-header icon indicating copy to clipboard operation
react-native-search-header copied to clipboard

placeholderColor prop doesn't seem to work

Open Tiamatmate opened this issue 7 years ago • 4 comments

OS: Android

Behaviour: placeholderColor always shown with it's default value, even though I am sending a string placeholderColor={"white"}

Expected Behaviour: placeholderColor should change accordingly

Version: "^0.2.9"

Tiamatmate avatar Nov 05 '18 14:11 Tiamatmate

I'll take a look at the bug.

tuantle avatar Nov 06 '18 00:11 tuantle

@tuantle i got the same issue here, please help for fixing this bug

dianbagus96 avatar Nov 13 '18 05:11 dianbagus96

I'll release an update later today. Working updating to latest react-native also.

tuantle avatar Nov 13 '18 21:11 tuantle

Update to version 0.3.0. The component should correctly show placeholder text with the specified color.

<SearchHeader placeholder = 'Search...' placeholderColor = 'gray' />

tuantle avatar Nov 13 '18 22:11 tuantle