Form Validation in React (Native) using Formik

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Yup

    Dead simple Object schema validation

  • Yup's API is pretty easy to understand and use. For example, the firstName field in the schema is mapped to required string schema, yup.string().required('First Name is required'). The form is invalid if no value is given for this field. Yup also allows you to change multiple validation rules for a single field. For example, the phoneNumber field has multiple validation rules such as, matches, min, max, and required. Check out the Yup API documentation for more details.

  • react-native-formik-example

    An example impementation of form validation in React Native using Formik

  • Available on GitHub.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-native-ui-kitten

    :boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode

  • UI Kitten: UI Kitten is a React Native framework for creating stunning cross-platform mobile applications. It is based on Eva Design System and provides a set of general purpose UI components styled in a similar way.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is a UI library worth it?

    1 project | /r/reactnative | 19 Jun 2023
  • What’s RN’s version of Material-UI or Tailwind for React?

    8 projects | /r/reactnative | 4 Jun 2023
  • React Native styling options/libraries

    1 project | /r/reactnative | 13 Mar 2023
  • what react native libraries do you use the most?

    1 project | /r/reactnative | 3 Feb 2023
  • Kitten UI and RN 0.71 doesn't seem working fine

    1 project | /r/reactnative | 17 Jan 2023