React Native Snap Carousel ref getting null on navigating to same page with different params -


enter image description here

the ref of react native snap carousel package becoming null on re rendering same component different params.

what have tried till now since package used react native flatlist implementation, modified code flatlist view , shows no error

here of logs of happens object - > navigate - > null - > object

enter image description here


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -