Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/optimizing-flatlist-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example, we have determined that MyListItem should be re-rendered only w

### Use cached optimized images

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.
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.

### Use `getItemLayout`

Expand Down
2 changes: 1 addition & 1 deletion website/blog/2025-02-19-react-native-0.78.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ React Native 0.78 contains over 509 commits from 87 contributors. Thanks for all

Thanks to all the additional authors that worked on documenting features in this release post:

- [Dream11](https://github.com/dream-sports-labs) team for the thorough testing of React 19 features in React Native
- [Dream11](https://github.com/ds-horizon) team for the thorough testing of React 19 features in React Native
- [Nicola Corti](https://github.com/cortinico) for the work on Faster Releases
- [Alex Hunt](https://github.com/huntie) for the work on the Metro logs opt-in
- [Peter Abbondanzo](https://github.com/Abbondanzo) for the work on Android XML Drawable Support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example, we have determined that MyListItem should be re-rendered only w

### Use cached optimized images

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.
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.

### Use getItemLayout

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example, we have determined that MyListItem should be re-rendered only w

### Use cached optimized images

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.
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.

### Use getItemLayout

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example, we have determined that MyListItem should be re-rendered only w

### Use cached optimized images

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.
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.

### Use getItemLayout

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example, we have determined that MyListItem should be re-rendered only w

### Use cached optimized images

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.
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.

### Use getItemLayout

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example, we have determined that MyListItem should be re-rendered only w

### Use cached optimized images

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.
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.

### Use getItemLayout

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In this example, we have determined that MyListItem should be re-rendered only w

### Use cached optimized images

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.
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.

### Use `getItemLayout`

Expand Down