Accessing value of child component within Formik form – React native
I have a form that uses Formik and contains two fields - email and siteID The email field uses a TextInput whereas siteID comes from my own component called DropDown that uses react-native-dropdown-picker When my form is submitted I can…