React Native Form Management: An Introduction
How to build forms using React Native components, Formik and Flexbox
This article acts as an introductory piece for those coming into React Native development, eager to dive into form management using native components and adopt the best practices. To do so, the form management package talked about here will be formik
— which is still my…