I have a TextINput and Button inside KeyboardAwareScrollView horizontally next to each other. Problem is I have to tap twice to get the button to trigger the tap event.
Is it possible to have them happen on the first tap itself
please refer to #233 .
keyboardShouldPersistTaps="handled" works for me
Most helpful comment
please refer to #233 .
keyboardShouldPersistTaps="handled" works for me