I'm building my first react native android project that has a nested navigation of the scenes. My current code is working, however it seems that the memory is suffering a lot. Please see attached illustration of the problem. I used the navigator.push() on "Visit related product button" and navigator.pop() for back button.
Illustration on how to reproduce the problem:
Is there anyone knows the solution on this?