react-native-search-component
react-native-search-component copied to clipboard
Wrong propType for customSearchInputStyle
Wrong propType for customSearchInputStyle:
customSearchInputStyle: ViewPropTypes.style
Must be:
customSearchInputStyle: Text.propTypes.style
Hey @Dmitry-GH. Thanks for pointing it out. I Will work on it. PR is also appreciated.