Hello, when i focus on input in KeyboardAwareScrollView then I will focus another input, my keyboard dismiss and input don't receive focus... on RN>=0.49

I have a similar problem. Except when I have a textInput focused inside a KeyboardAwareScrollView and I press a button the button doesn't do anything. Also keyboard dismisses.
Try this:
<KeyboardAwareScrollView
keyboardShouldPersistTaps='always'
>
@Waltari10 thanks man!!! 馃挴
Most helpful comment
Try this: