bamlab / react-native-formik

Set of helpers to make form awesome with React Native and Formik
MIT License
398 stars 50 forks source link

Nested Form Walkthrough #162

Open RailsCod3rFuture opened 3 years ago

RailsCod3rFuture commented 3 years ago

I see that the normal formik library supports nested forms...I simply need a way to send an object through the form with shape.

{ applicant_form: { user_id,
          info_attributes: {
                                     first_name, 
                                     last_name
                }
        }
}