I encountered a strange issue. My StackRouter seems to rerender every frame in the stack when I navigate, not just the one that was added. This can easily be a huge overhead and also leads to strange UI glitches, as the parent view rerenders and jumps back to the top if it's a scroll view, while the child view is sliding over. Any idea what could be causing this.
I encountered a strange issue. My StackRouter seems to rerender every frame in the stack when I navigate, not just the one that was added. This can easily be a huge overhead and also leads to strange UI glitches, as the parent view rerenders and jumps back to the top if it's a scroll view, while the child view is sliding over. Any idea what could be causing this.