Facing a weird issue on react native when having 2 text inputs. When pressing on central area of onfocused text input, the focus changes correctly, however, when i press on the area that covers ~30-50px from the left of text input, the focused text input gets unfocused and then focuses again.The issue seems to be same as here: Input text react native cannot get focus, however no solution was found on that question.any ideas on what can cause this problem and how to fix it?
↧