xxxxxxxxxx
If you use FlatList for rendering view without inputting data, you need to set removeClippedSubviews={true} or use the default option for optimizing rendering view.
For your case (render with input) you should set removeClippedSubviews={false} to prevent the keyboard hide/show.