Reputation: 105
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?
Upvotes: 1
Views: 1208
Reputation: 105
The problem was caused by gestureEnabled: true
in parent stack navigator.
Upvotes: 3