xxxxxxxxxx
fgkofgke
fgjkifogjkfg
ifgjifojgfijgf
ikgjmfigjfigfj
ifgjfijgfiogf
+
xxxxxxxxxx
{arr.map((item, index) => {
return (
<View style={{height: 50, width: 50, backgroundColor: 'orange', marginBottom: 10}}
/>
)
})}
xxxxxxxxxx
{arr.map((item, index) =>
<View style={{height: 50, width: 50, backgroundColor: 'orange', marginBottom: 10}} />
)}