I'm working with Formik forms in React Native App. I want my form to be submitted using a button that is outside the Formik component. I know how the useFormikContext hook works but the problem is with my component which is a class component (not a functional component). How can I submit my form?