반응형
arr.map(callback(currentValue[, index[, array]])[, thisArg])
예)
return (
<ScrollView style={styles.container}>
{tip.map((content, i) => {
return <LikePage content={content} key={i} navigation={navigation}/>
})}
</ScrollView>
);
LIST
'React-Native' 카테고리의 다른 글
While trying to resolve module 'idb' from file….this package itself specifies a `main` module field that could not be resolved=>firebase 설치시 오류 (0) | 2022.08.23 |
---|---|
React-native 필수 navigation (0) | 2022.08.09 |
Firebase remove (0) | 2022.08.05 |
useful css for react native자주 사용하는 CSS (0) | 2022.07.28 |
*딕셔너리 (0) | 2022.07.26 |