You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using DraggableFlatList in which I have a TextInput. The text input is added as header so that the text input and other elements in header would scroll along when the list is scrolled. Now the problem is whenever I type into textinput after each letter the keyboard is getting dimissed. If I put the textinput outside the DraggableFlatList then it works just fine