React Native/CoreComponents
-
[RN] CoreComponents - TextInput 속성React Native/CoreComponents 2024. 4. 2. 13:09
TextInput · React Native A foundational component for inputting text into the app via a keyboard. Props provide configurability for several features, such as auto-correction, auto-capitalization, placeholder text, and different keyboard types, such as a numeric keypad. reactnative.dev TextInput 앱 내에서도 웹의 Input 태그처럼 텍스트를 입력하기 위해 사용하기 위해서 React Native에서 제공하는 CoreComponents들 중 TextInput 이 있습니다. Rea..