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
Scenes should be mounted instantly once the scene is set fully to the view
Actual behaviour
It has 1-2s delay before the screen is mounted. Have in mind I am talking about the production app so no debugging issues here. Both screens have very minimal code. In fact, there is no logic in them at all. Just to show text with some styling for now.
Is that the actual behavior of this library? If not can I somehow mount them all at once on the app load as I would like to show at least the styling of the screen before applying with the data once the data is loaded, but I cant do that as it gets mounted with this long delay (yes, 2 seconds is a century here)
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
Scenes should be mounted instantly once the scene is set fully to the view
Actual behaviour
It has 1-2s delay before the screen is mounted. Have in mind I am talking about the production app so no debugging issues here. Both screens have very minimal code. In fact, there is no logic in them at all. Just to show text with some styling for now.
My router for the tabs looks like this:
Is that the actual behavior of this library? If not can I somehow mount them all at once on the app load as I would like to show at least the styling of the screen before applying with the data once the data is loaded, but I cant do that as it gets mounted with this long delay (yes, 2 seconds is a century here)
The text was updated successfully, but these errors were encountered: