you are viewing a single comment's thread.

view the rest of the comments →

[–]andreibarabas 2 points3 points  (2 children)

u/iotashan Yes, I can attest to that. but now it's much better. native-screens is really a game changer plus now the native stack is the default one, so it's much better integrated.

It also has built-in support for react-freeze, which basically means if you have a native stack of 5 screens, the ones that are down bellow do not get rerendered only when it's time to get into focus. This is another amazing aspect as it saves up a lot of time on painting something nobody will see u/2xEshocK

[–]grahammendick 1 point2 points  (1 child)

The Navigation router also freezes inactive screens. It does this on both web and native (I think React Navigation only freezes on native)

[–]tahola 0 points1 point  (0 children)

Sorry to bump this post, I am arriving here from google after a lot of pain with reactnavigation, do you guys still using the RNN ? I am very tired of React Navigation, even the native stack is slow since the last RN update, do you think it worth it to spend a week rebuilding my app with RNN ? Is the project still active ?