aksonov/react-native-tableview

Mixing Cell and Item in the TableView Does not Work

Open

#29 aperta il 29 ott 2015

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)Objective-C (179 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (1410 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I have:

                    <TableView style={{flex: 1, paddingTop: 20}}>
                        <Section label="Section 1">
                            <Cell><Text>Item 1</Text></Cell>
                        </Section>

                        <Section label="Section 2">
                            <Item>Item 2</Item>
                        </Section>
                    </TableView>

but all I see is: image

If I remove <Cell><Text>Item 1</Text></Cell> then the "Item 2" shows up: image

Guida contributor