Skip to content

Commit 8d6901b

Browse files
Update optimizing-flatlist-configuration.md (#11)
1 parent 0c15420 commit 8d6901b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ In this example, we have determined that MyListItem should be re-rendered only w
119119

120120
### Use cached optimized images
121121

122-
You can use the community packages (such as [@d11/react-native-fast-image](https://github.com/ds-horizon/react-native-fast-image) from [@ds-horizon](https://github.com/ds-horizon)) for more performant images. Every image in your list is a `new Image()` instance. The faster it reaches the `loaded` hook, the faster your JavaScript thread will be free again.
122+
You can use the community packages (such as [@d11/react-native-fast-image](https://github.com/ds-horizon/react-native-fast-image) from [Dream11](https://github.com/ds-horizon)) for more performant images. Every image in your list is a `new Image()` instance. The faster it reaches the `loaded` hook, the faster your JavaScript thread will be free again.
123123

124124
### Use getItemLayout
125125

0 commit comments

Comments
 (0)