datas
Array of string
color:
[ turquoise ]
<BulletList datas={[ 'this is the first line', 'the seconde one', 'the third one', ].map((item, i) => ( <Text key={i}>{item}</Text> ))} />