react-native-searchbar icon indicating copy to clipboard operation
react-native-searchbar copied to clipboard

Changed lifecycle method

Open iamshadmirza opened this issue 6 years ago • 2 comments
trafficstars

Changed componentWillMount() to componentDidMount(). componentWillMount() method is deprecated and hence replaced to remove warning.

Fixes #76

iamshadmirza avatar Oct 09 '19 08:10 iamshadmirza

@iamshadmirza so we will directly change this from node_modules package! (sorry i'm kinda new in react-native)

rassemdev avatar Oct 18 '19 17:10 rassemdev

Yes, that's a quick fix for now.

iamshadmirza avatar Oct 19 '19 09:10 iamshadmirza