react-native-material-design-searchbar
react-native-material-design-searchbar copied to clipboard
react native material design searchbar
Results
2
react-native-material-design-searchbar issues
Sort by
recently updated
recently updated
newest added
On React Native 0.55 (and possibly earlier versions), clicking the close button no longer clears the text. https://github.com/ananddayalan/react-native-material-design-searchbar/blob/master/SearchBar.js#L85 Using `setNativeProps` isn't good practice because there are platform differences between Android...
onSearchChange is fired when the text is change and on reset. The problem is that the function is called in 2 different ways, directly by passing the value of TextInput's...