I have an issue with focusing the next input in React Native. I use just one input called GeneralTextInput.tsx in the whole app. In this example I have 2 inputs ==> 1.Group Name, 2.Group Description So I give some props in the parent to this component: And this is my GeneralTextInput.tsx What should I give to the input as a
Tag: react-native-textinput
React Native TextInput not scroll in ScrollView
I write a code like this: but when i drag start in TextInput does not scroll! i drag like this picture: enter image description here but not scroll… Answer Problem solved. I just add this props to TextInput Components: