diff --git a/releases/next/docs/sectionlist.html b/releases/next/docs/sectionlist.html index 8ae3d506c54..4ebb10d0c00 100644 --- a/releases/next/docs/sectionlist.html +++ b/releases/next/docs/sectionlist.html @@ -16,7 +16,7 @@ {data: [...], title: ..., renderItem: ...}, ]} />
This is a convenience wrapper around <VirtualizedList>,
-and thus inherits it's props (as well as those of ScrollView) that aren't explicitly listed
+and thus inherits its props (as well as those of ScrollView) that aren't explicitly listed
here, along with the following caveats:
PureComponent which means that it will not re-render if props remain shallow-
equal. Make sure that everything your renderItem function depends on is passed as a prop