react-native-image-progress icon indicating copy to clipboard operation
react-native-image-progress copied to clipboard

state is not updating in react native

Open Darshan972 opened this issue 6 years ago • 1 comments

I can't understand what the hell is happening with this state . It is not updating .

` this.setState({imgLink: data.items[0].snippet.thumbnails.default.url});

   console.log(this.state.imgLink);

`

Darshan972 avatar Oct 10 '19 17:10 Darshan972

I have already tried by using callback also but then also it is not updating in render method.

this.setState({imgLink: data.items[0].snippet.thumbnails.default.url}, () => { console.log(this.state.imgLink); });

Darshan972 avatar Oct 10 '19 17:10 Darshan972