React Native “keyboardDismissMode” at FlatList
问题 Is there any possibility to prevent the keyboard from dismissing when scrolling a FlatList ? When using a ScrollView setting the prop "keyboardDismissMode" to "none" is the solution to this problem, but this doesn't work for me at a FlatList... I use the FlatList inside a self-made component, that is in a Stack-Navigator, while there is a focussed TextInput in its header. I render the FlatList like this: <View style={{flex: 1}}> <FlatList style={{flex: 1}} data={this.props.data} keyExtractor=