Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 2023년 정처기 필기
- makePermutation
- 리액트
- 페이지리렌더링
- react-native
- TextInput
- vision-camera
- API
- modal
- 재귀함수
- touchableopacity
- JSON
- React
- 알고리즘
- asyncstorage
- 순열
- algorithm
- Icon
- 뒤로가기구현
- 모달
- 모달에서뒤로가기
- C++98에러
- 자동로그인
- Flatlist
- 리액트네이티브
- fcm 푸시
- ReactNative
- 리액트 네이티브
- fcm push
- 가격자릿수
Archives
- Today
- Total
생각은 길게 코딩은 짧게
[React-Native] TextInput 별표(*)로 표시하기 본문
728x90
로그인을 할 때 비밀번호를 보이지 않게 별표로 표시하고싶을 때 !!
✅ secureTextEntry의 값을 true로 설정해주기
<TextInput style={styles.textInput}
placeholder="비밀번호"
secureTextEntry={true}
/>
간단하게 설정할 수 있답니다 :)
'React Native' 카테고리의 다른 글
[React-Native] 자동 로그인 구현 (0) | 2022.12.02 |
---|---|
[React-Native] TextInput 값 비우기 (0) | 2022.12.02 |
[React-Native] React-Native 완벽하고 빠르게 환경설정 (0) | 2022.11.21 |
[React-Native] FlatList 새로고침 ( Page Refresh ) (0) | 2022.11.18 |
[React-Native] <Text> 글자 수 제한하기 (0) | 2022.11.17 |