DEV Community

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

Collapse
 
kevinleung56 profile image
Kevin Leung • Edited

Got it fixed. Was somehow due to the use of Fragment in the formik. Changed it to View or SafeAreaView and it worked.

Thread Thread
 
amanhimself profile image
Aman Mittal

I am glad it worked for you :)