bamlab / bamlab/react-native-formik
Nested Form Walkthrough
Open
- Dominant language
- JavaScript
- Stars
- 398
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
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
}
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.