Can we Configure a React Native’s custom form component’ input field (which is also custom) from outside the Form component?
I’ve made a Form component for handling signup/login now i want to handle add details and add facts screen using this form component now the problem is that the input fields of both login/signup and details are different.