Fixed a blog typo
Summary: Closes https://github.com/facebook/react-native/pull/16283 Differential Revision: D6024724 Pulled By: hramos fbshipit-source-id: 1fa1a5341f33e766a5d12ec6da9cb88f633e38af
This commit is contained in:
parent
a55192074e
commit
1f8826815d
|
@ -29,7 +29,7 @@ If you want to render a set of data broken into logical sections, maybe with sec
|
|||
<SectionList
|
||||
renderItem={({item}) => <ListItem title={item.title} />}
|
||||
renderSectionHeader={({section}) => <H1 title={section.key} />}
|
||||
sections={[ // homogenous rendering between sections
|
||||
sections={[ // homogeneous rendering between sections
|
||||
{data: [...], key: ...},
|
||||
{data: [...], key: ...},
|
||||
{data: [...], key: ...},
|
||||
|
|
Loading…
Reference in New Issue