Skip to content

Commit 879e7bc

Browse files
authored
docs: replace usage of react-native-fast-image (#4527)
The maintenance of `react-native-fast-image` is not in good condition, the last commit is 3 years old and the maintainer is not very active in the community currently. Now dream-lab-sports forked it and maintains this and added support for the new architecture, so I think it's good for everyone to update this
1 parent a256342 commit 879e7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) from [@DylanVann](https://github.com/DylanVann)) 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/dream-sports-labs/react-native-fast-image) from [@dream-sports-labs](https://github.com/dream-sports-labs)) 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)