onSubmit callback does not get invoked - React Native
Hi! Im trying to use tanstack form with react-native (expo). So far, validation works, but the onSubmit callback never gets called
This is how my code looks like. I would expect to see the console.logs inside of onSubmit, but instead I only see "SUBMITTING FORM" and thats it.
I dont know if i am doing something incredibly stupid that I am not seeing or what, but I cant get this to work
1 Reply
rare-sapphireOP•7mo ago
I must add if i log the form values inside of the onPress function they get logged correctly