1
내 반응 기본 응용 프로그램의 경우 ListItem
을 사용하고 있습니다. 내 그림은 마치 ListItems
'backgroundColor
을 자동으로 렌더링 할 수있는 방법이 있어야한다고 생각합니다. 여기은 심지어 모든 ListItem backgroundColor 회색을 렌더링하고 React-Native에서 홀수 인 모든 흰색을 렌더링합니다.
와 지금 내 List
코드입니다.
<List>
<ListItem>
<Body>
<Text style={{fontSize: 10, fontWeight: 'bold'}}>Lead Info Update: Updated lead info bar . 2017-11-15 14:27:02</Text>
<Text style={{fontSize: 15}} note><Icon style={{fontSize: 15}} name="calendar"/> 2017-11-15 14:28:44</Text>
</Body>
</ListItem>
<ListItem>
<Body>
<Text style={{fontSize: 10, fontWeight: 'bold'}}>Lead Info Update: Updated lead info bar . 2017-11-15 14:27:02</Text>
<Text style={{fontSize: 15}} note><Icon style={{fontSize: 15}} name="calendar"/> 2017-11-15 14:28:44</Text>
</Body>
</ListItem>
</List>
알아내는 방법을 알고 계십니까?