When keyboard is open, touchables doesn't work on single tap. On first tap, keyboard gets closed, and then touchables work. Touchables should also work when keyboard is open.
@shikherprasad why did you close this? Setting keyboardShouldPersistTaps='always' does not seem to work for me 馃槙
EDIT: turns out it was something else, description here https://github.com/facebook/react-native/issues/4229#issuecomment-274453174
The Link to the comment helped. For me, it was a Flatlist inside the KeyboardAwareScrollView, I set the keyboardShouldPersistTaps on the flatlist too, and it worked.
Most helpful comment
@shikherprasad why did you close this? Setting
keyboardShouldPersistTaps='always'does not seem to work for me 馃槙EDIT: turns out it was something else, description here https://github.com/facebook/react-native/issues/4229#issuecomment-274453174