-
In the example on the homepage for react-native we see the way to use this lib in react-native is the code below. react-hook-form doesn't seem to be attaching a ref and doing direct manipulation https://reactnative.dev/docs/direct-manipulation#setnativeprops-to-clear-textinput-value (ie:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
for react native, you will need to use useController or Controller. take a look at this section: https://react-hook-form.com/get-started#ReactNative there is expo snack there as well. |
Beta Was this translation helpful? Give feedback.
-
Answer to this question is in this comment - #5111 (reply in thread) thanks Bill! |
Beta Was this translation helpful? Give feedback.
Answer to this question is in this comment - #5111 (reply in thread) thanks Bill!