React native using Custom Register #7103
Unanswered
abdelrahman-muntaser
asked this question in
General
Replies: 1 comment
-
you can do something like below: const {onChange, onBlur} = register('test')
<TextInput onChange={onChange} onBlur={onBlur} /> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I am trying to use custom register on react-native TextInput component, I am getting the error "t.split is not a function", but this was working fine for me on version 6.15.5, when i checked the documentation, I didn't find anything there explaining how to use custom register with the new one,
any Ideas
Beta Was this translation helpful? Give feedback.
All reactions