You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a general enquiry - what were the changes between beta 14 and beta 15 in RNRF?
My app experiences a massive slowdown whenever I change tabs or push a new screen into the stackcontroller. It takes almost 1-3 seconds to change, even in release mode.
This completely disappears when I revert back to beta 14 but happens in beta 15.
I strangely don't experience this in the Example project so maybe it's because of other dependencies? or the RN/React version?
Version
This is a general enquiry - what were the changes between beta 14 and beta 15 in RNRF?
My app experiences a massive slowdown whenever I change tabs or push a new screen into the stackcontroller. It takes almost 1-3 seconds to change, even in release mode.
This completely disappears when I revert back to beta 14 but happens in beta 15.
I strangely don't experience this in the Example project so maybe it's because of other dependencies? or the RN/React version?
My simple router is organized as follows:
For the example below, all the scenes I use are identical.
Switching from tab1 to tab2, it's quick if there's only 1 scene under tab1 and 1 scene under tab2.
When I have 3 simple scenes under tab1 and 1 simple scene under tab2, there is a huge lag when i switch from tab1 to tab2.
However, when I have 1 simple scenes under tab1 and 3 simple scenes under tab2, it is quick again.
Any help listing the changes between beta 14 and beta 15 will be much appreciated and I will be happy to report my findings for a patch.
The text was updated successfully, but these errors were encountered: