📌  相关文章
📜  react native 中的键盘关闭 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:49.602000             🧑  作者: Mango

代码示例3
It's because the ListHeaderComponent from the FlatList is being re-render each time you change the state. I'm not sure to see a quick solution to fix in this context of usage.

Even though if you have the possibility to use HeaderComponent instead I would recommend you do that: https://snack.expo.io/@jeremdsgn/modalize-issue

I'm closing this issue