Skip to content

Commit 1f240e5

Browse files
committed
docs: modify README.md file
1 parent 1b5c0bc commit 1f240e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ import Carousel from 'react-native-reanimated-carousel';
7676
/>;
7777
```
7878

79-
## Optimize
80-
- When rendering a large number of elements, you can use the 'windowSize' property to control how many sides of the current element are rendered. The default is full rendering. After testing without this property, frames will drop when rendering 200 empty views. After setting this property, rendering 1000 empty views is still smooth. (The specific number depends on the phone model tested)
79+
## Optimizing
80+
- When rendering a large number of elements, you can use the 'windowSize' property to control how many items of the current element are rendered. The default is full rendering. After testing without this property, frames will drop when rendering 200 empty views. After setting this property, rendering 1000 empty views is still smooth. (The specific number depends on the phone model tested)
8181

8282
## Props
8383

0 commit comments

Comments
 (0)