대부분의 앱은 TextInput을 사용하고 입력 state를 관리하는 폼(로그인, 가입, 데이터 입력)을 가집니다. React Native는 controlled component, state, 그리고 검증이 있는 복잡한 폼을 위해 종종 라이브러리(Formik, React Hook Form)로 폼을 처리합니다.
TextInput과 controlled input
{ } ;
{ useState } ;
() {
[email, setEmail] = ();
(
);
}
