Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow image rendering on screen transition with backgroung image #15272

Closed
rrajasek92 opened this issue Jul 29, 2017 · 3 comments
Closed

Slow image rendering on screen transition with backgroung image #15272

rrajasek92 opened this issue Jul 29, 2017 · 3 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@rrajasek92
Copy link

rrajasek92 commented Jul 29, 2017

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

@luco
Copy link

luco commented Jul 30, 2017

Are you experiencing this in release mode?

@rrajasek92
Copy link
Author

rrajasek92 commented Jul 30, 2017

Yes it happens in release mode too. Forgot to mention but it only happens in iOS, it works perfectly in Android in both release and dev mode

@hramos
Copy link
Contributor

hramos commented Jul 31, 2017

Hey, thanks for reporting this issue!

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!

@hramos hramos closed this as completed Jul 31, 2017
@facebook facebook locked as resolved and limited conversation to collaborators Jul 31, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants