React Native focus next TextInput on Keyboard Next button press #7818
-
I have installed version 7 and trying to use ref but its not working (using javascript code not typescript). I want to focus TextInput like we do in hooks with useRef |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
can you share a codesandbox or snack? |
Beta Was this translation helpful? Give feedback.
-
You gotta show us some usage code (codesanbox ideally). We can't magically know what your issue is ;) In V7, for uncontrolled components, instead of If your input exposes a different ref prop name instead of const { nameFieldRef, ...nameField } = register("name")
<input { ...nameField } inputRef={nameFieldRef} /> |
Beta Was this translation helpful? Give feedback.
-
I got the answer, Thanks man for the wonderful library |
Beta Was this translation helpful? Give feedback.
I got the answer, Thanks man for the wonderful library