Devendra Singh Bhandari

Results 3 comments of Devendra Singh Bhandari

I am facing the same issue. Tried everything but re-rendering of carousel is not working.

Thanks @dsc-bon I will try that one.

@ericcastro92 I tried this library and I am getting error "400" ``` async doUpload(magazineCoverUri, magazineCoverId) { await this.refs.viewShot.capture().then(uri => { this.setState({ img: { uri: uri, }, }); }); let files...