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
Is there any way to render a scene/route before you switch to the route?
I am loading images and videos in a scene, and they take time to load. There is an unpleasant initial flicker when I move to these scenes. I'd like to force my component to update, THEN within the component I have an 'onLoadFinish' callback where I'd like to call Actions.foo().
Does anyone have any idea if this is capable now, or point me into the direction of where I could make a PR to make this possible?