Component - React Hook Form integration
This component shows a simple form using React Hook Form in React Native. It collects a user's name and email, validates them, and shows errors if inputs are empty or invalid. When submitted, it displays the entered data.