반응형
핸드폰 기종이나, 리액트 버전에 따라서
placeholderTextColor속성을 입력하지 않아도
디폴트 색상으로 보여지는 경우가 있고
안보여 지는 경우가 있다
그래서 아래 코드와 같이 placeholderTextColor속성을 꼭 지정해주자
<TextInput
style=
{{ borderBottomColor: "#D5DDE5", borderBottomWidth: 1, width: '90%', height: 32, fontSize:20 }}
placeholder={`500`} keyboardType='numeric' placeholderTextColor='#C5C8CE'/>
728x90
'모바일 APP > React-Native' 카테고리의 다른 글
아이폰 시뮬레이터 command + D 안될때 (0) | 2021.08.15 |
---|---|
자식 컴포넌트 -> 부모 컴포넌트 상태 변경하기 (0) | 2021.07.16 |
에러: Exception NSException * "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. (0) | 2021.06.28 |
[ 패키지명 ] : mergeReleaseResources FAILED (0) | 2021.06.24 |
파일 시스템 사용 react-native-fs (0) | 2021.06.22 |