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
{{ message }}
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: