728x90
구조분해
const renderItem = ({ item: image, index }) => {
const { id, uri } = image; //구조분해 : image를 쓸 수도 있고, id, uri도 단독으로 쓸 수 있다.
...
}
728x90
'Development > ReactNative' 카테고리의 다른 글
[study] reactNative fontAwsome 사용법 (0) | 2024.02.02 |
---|---|
[study] 키보드가 올라오면 TextInput이 가려지는 현상 해결 -KeyboardavoidingView - (0) | 2024.02.02 |
[study] Style || 내비게이션 || 리덕스 (0) | 2024.02.02 |
[study] mac 환경 세팅 중 만났던 에러 해결 (0) | 2024.01.22 |
[study] 240122 (0) | 2024.01.22 |