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

Pages before the page "push" need not be drawn #2863

Closed
iwangx opened this issue Feb 7, 2018 · 1 comment
Closed

Pages before the page "push" need not be drawn #2863

iwangx opened this issue Feb 7, 2018 · 1 comment

Comments

@iwangx
Copy link

iwangx commented Feb 7, 2018

Version

Tell us which versions you are using:

  • react-native-router-flux v4.0.0-beta.27
  • react-native v0.51.0

Expected behaviour

Push three pages like Navigator and then look at the layout on the Xcode

image

I think the page before the current page should not be drawn out, so it will consume unnecessary memory, I hope to improve, thank you.

Actual behaviour

After using react-native-router-flux to push three pages, look at the layout on the Xcode

image

This will cause an increase in memory, which may cause app to crash.

@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists

@aksonov aksonov closed this as completed Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants