Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

How to avoid the "removeClippedSubviews" rendering bug of RN? #111

Closed
singno opened this issue Aug 14, 2016 · 0 comments
Closed

How to avoid the "removeClippedSubviews" rendering bug of RN? #111

singno opened this issue Aug 14, 2016 · 0 comments

Comments

@singno
Copy link

singno commented Aug 14, 2016

See this issue facebook/react-native#1831.

RN has a rendering bug if we set the "removeClippedSubviews={true}". It can reappear easily by navigating to another page white loading data is not finished yet.

But I try to debug f8app, I use "setTimeout" to delay loading the session data. Then navigate to another page. To my surprise, it won't have such a boring issue. The prev page will render well thought it's not on the top of navigation stack.

How to achive that?

@oclbdk oclbdk closed this as completed Dec 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants