Skip to content
Advertisement

React Native TextInput not scroll in ScrollView

I write a code like this:

JavaScript

but when i drag start in TextInput does not scroll! i drag like this picture: enter image description here but not scroll…

Advertisement

Answer

Problem solved. I just add this props to TextInput Components:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement