DEV Community

Discussion on: Build and validate forms in React Native using Formik and Yup

Collapse
 
hggonzalezdev profile image
Gabriel Gonzalez

Great post, it help me a lot.

How will you use the code written in here with redux, I did some research I found the withFormik property but is not working well with the handleChangText, it recognize the email as being an undefined value.

Any work around you know about?