diff --git a/releases/next/docs/flatlist.html b/releases/next/docs/flatlist.html index 88fafc5e7ba..9e6757d7209 100644 --- a/releases/next/docs/flatlist.html +++ b/releases/next/docs/flatlist.html @@ -56,7 +56,7 @@ not show any changes.
keyExtractor tells the list to use th
);
}
}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