Sagar K
Sagar K
try this it's working for me ``` const carouselRef = useRef(null); { clearTimeout(resetTimeout) if (index + 1 === totalPages) { if (carouselRef?.current?.goTo) { resetTimeout = setTimeout(() => { if (carouselRef?.current?.goTo)...
sane issue in RCTBridgeModule.h File https://user-images.githubusercontent.com/34228088/62934916-6ae30700-bde3-11e9-9f82-827383038109.png
@niyasali64 Can you please try this in AndroidManifest.xml it's working for me after adding this ``` ```