배열 데이터를 map으로 꺼낼 때 key={ } 에 props로 index를 꺼내서 넣어주면 된다!
{
ARRAY.map((item, index) => {
//뭐시기~
})
}
'react native' 카테고리의 다른 글
21.12.28 Require cycles are allowed, but can result in uninitialized values. (0) | 2021.12.28 |
---|---|
21.12.21 코인마켓캡 API 연결 (0) | 2021.12.28 |
21.12.16 ScrollView 수평으로 (0) | 2021.12.16 |
21.12.12 ImageBackground (0) | 2021.12.12 |
21.12.09 the title prop of a button must be a string (0) | 2021.12.09 |