react-native-searchbar
react-native-searchbar copied to clipboard
A pretty sweet search bar for React Native.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Could not find a declaration file for module 'react-native-searchbar'. '/Users/.../Desktop/tmp/node_modules/react-native-searchbar/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/react-native-searchbar` if it exists or add a new declaration (.d.ts) file...
Currently, the search bar in showing below the notch, even if it's under safe view
Changed componentWillMount() to componentDidMount(). componentWillMount() method is deprecated and hence replaced to remove warning. *Fixes* #76
I'm successfully integrated it in my application. But having some performance issue. When i clicked the back button, it is taking 2 seconds to hide the input and keyboard. MY...
Android emulator is now warning that componentWillMount() is deprecated. This is called in index.js - line 227 See: https://reactjs.org/docs/react-component.html
We probably should have some tests. Tests are good.