We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
类似今日头条首屏顶部一个滑动菜单,每个菜单对应一个列表,从一个菜单切换回原来菜单,原菜单的数据固定在切换前的屏,而不是从新渲染。
The text was updated successfully, but these errors were encountered:
如果不想从新渲染,可能需要一个页面里创建多个flat-list组件,并且不同id进行区分,默认显示一个,切换的时候显示不同组件。只是提供一个思路,我具体是没实验过,期待你的实践和反馈
Sorry, something went wrong.
No branches or pull requests
类似今日头条首屏顶部一个滑动菜单,每个菜单对应一个列表,从一个菜单切换回原来菜单,原菜单的数据固定在切换前的屏,而不是从新渲染。
The text was updated successfully, but these errors were encountered: