Denis Bevilacqua

Results 3 comments of Denis Bevilacqua

You can try use `triggerRenderingHack()`. ```javascript useEffect( () => { carouselRef.current.triggerRenderingHack(); }, [ items ] ); ... ```

In my case, I was able to show a PDF in React Native `0.72` using another library called [react-native-view-pdf](https://github.com/rumax/react-native-PDFView).