placeholderColor prop doesn't seem to work
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"
I'll take a look at the bug.
@tuantle i got the same issue here, please help for fixing this bug
I'll release an update later today. Working updating to latest react-native also.
Update to version 0.3.0. The component should correctly show placeholder text with the specified color.
<SearchHeader placeholder = 'Search...' placeholderColor = 'gray' />