Is it possible to catch taps on a React Native ScrollView when a keyboard is inserted? Or some reagent container for this?
I see the ScrollView property keyboardShouldPersistTaps and keyboardDismissMode , which allows me to control how the taps are processed when the keyboard is inserted. But no combination allows you to handle the cranes normally.
A use case is a search field in which the search is updated when a key is pressed. When the entry appears in the list below the input and the user closes it, I want the application to respond to this answer. Now he just fired the keyboard and the user pressed again.
source share