keyboard close when typing react native

Solutions on MaxInterview for keyboard close when typing react native by the best coders in the world

showing results for - "keyboard close when typing react native"
Nahil
14 Jan 2016
1It'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.
2
3Even though if you have the possibility to use HeaderComponent instead I would recommend you do that: https://snack.expo.io/@jeremdsgn/modalize-issue
4
5I'm closing this issue