Rajesh N
Rajesh N

Reputation: 6693

React Native+ TextInput inside flatlist's item+ scrolls is lagging

I am using Flatlist in that I have used textinput field. While I scroll flatlist , textinput is automatically focussed and scroll is lagging and not working smooth. If I scroll outside the textinputfield, scroll works smooth.

any solution?

Upvotes: 0

Views: 214

Answers (1)

mainak
mainak

Reputation: 2311

in Flatlist mention nestedScrollEnabled, it will handle scrolling for both

Upvotes: 1

Related Questions