Typo fix.
Summary: Closes https://github.com/facebook/react-native/pull/7487 Differential Revision: D3286538 fbshipit-source-id: 4c989e7a444b1f93ac4bc27131e25b93305b1148
This commit is contained in:
parent
df9a2b20a1
commit
a053f53860
|
@ -197,7 +197,7 @@ your use case.
|
|||
If we had a list with 2000 items and rendered them all immediately that
|
||||
would be a poor use of both memory and computational resources. It would
|
||||
also probably cause some pretty awful jank. So the scrollRenderAhead
|
||||
distance allows us to specify for far beyond the current viewport we
|
||||
distance allows us to specify how far beyond the current viewport we
|
||||
should continue to render rows.
|
||||
|
||||
##### removeClippedSubviews
|
||||
|
|
Loading…
Reference in New Issue