Development/ReactNative

[study] 240122

mefd 2024. 1. 22. 08:45
728x90

- 빈배열인 경우 확인  -->>  [삼항 연산자 ]

리스트. length > 0 ? True : false

 

- textInput 에서 placeholder 정렬 -->> padding이용

 

- 날짜 포맷 변경 -->> .format 사용         

{moment(item.regDate). format('YYYY 년 MM월 DD일')}

 

- 맨위로 기능 구현을 위해 useRef를 적용할 때

scrollView는 scrollTo ,

flatList는 scrollToOffset 이용! (flatList에 scrollTo 하면 undefined!)

728x90

'Development > ReactNative' 카테고리의 다른 글

[study] 240122  (0) 2024.01.22
[study] 중복함수실행방지  (0) 2024.01.22
[study] swiper  (0) 2024.01.11
[study] .map : array안에 object 형태로 추가하기 - 240111  (0) 2024.01.11
[study] reactNative - 240111  (0) 2024.01.11