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
I have an app that has an image as a background and am seeing a white page when navigating between stack components while the image loads. Several sources say that this issue can be fixed by delving into AppDelegate.m and altering some properties in there, but because I'm using expo I am unable to access these files. Is there a way to get to these files when using expo? If not, is there any other way to help improve the rendering speed? I've also tried scaling down the image to as low as 100kb with little improvement. It's a local file so it shouldn't be taking too long to load, and regardless I've tried preloading the image in an async function, so it seems like the rendering of the image itself is slow.
Any ideas? Thanks!
It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
I have an app that has an image as a background and am seeing a white page when navigating between stack components while the image loads. Several sources say that this issue can be fixed by delving into AppDelegate.m and altering some properties in there, but because I'm using expo I am unable to access these files. Is there a way to get to these files when using expo? If not, is there any other way to help improve the rendering speed? I've also tried scaling down the image to as low as 100kb with little improvement. It's a local file so it shouldn't be taking too long to load, and regardless I've tried preloading the image in an async function, so it seems like the rendering of the image itself is slow.
Any ideas? Thanks!
Example:
https://s3.amazonaws.com/uploads.hipchat.com/482259/3080657/DJZ54QkuQ18dDm0/WhiteFalsh.gif
The text was updated successfully, but these errors were encountered: