From 758e4bc4f8a554fd69ffb4f5f38e8aad7f8a2739 Mon Sep 17 00:00:00 2001 From: Prince Tripathi Date: Sun, 26 Oct 2025 19:42:53 +0530 Subject: [PATCH 1/3] chore: update invalid dream-sports-labs links --- website/blog/2025-02-19-react-native-0.78.md | 2 +- .../version-0.78/optimizing-flatlist-configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2025-02-19-react-native-0.78.md b/website/blog/2025-02-19-react-native-0.78.md index aa1a4b4a4f9..311763390ab 100644 --- a/website/blog/2025-02-19-react-native-0.78.md +++ b/website/blog/2025-02-19-react-native-0.78.md @@ -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 diff --git a/website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md b/website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md index 16c8d32c105..760a819cfad 100644 --- a/website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md +++ b/website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md @@ -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 [@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. ### Use getItemLayout From 8d6901b0001f9b7ca31a6dd42bb2441f4600c971 Mon Sep 17 00:00:00 2001 From: Prince Tripathi <111853575+princektripathi@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:32:35 +0530 Subject: [PATCH 2/3] Update optimizing-flatlist-configuration.md (#11) --- .../version-0.78/optimizing-flatlist-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md b/website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md index 760a819cfad..d51f1ab9bc4 100644 --- a/website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md +++ b/website/versioned_docs/version-0.78/optimizing-flatlist-configuration.md @@ -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/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. +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 From 118bd41011092b7ee10727d4e0a821a15f25d426 Mon Sep 17 00:00:00 2001 From: Prince Tripathi <111853575+princektripathi@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:54:29 +0530 Subject: [PATCH 3/3] chore: update invalid dream-sports-labs links (#12) --- docs/optimizing-flatlist-configuration.md | 2 +- .../version-0.77/optimizing-flatlist-configuration.md | 2 +- .../version-0.79/optimizing-flatlist-configuration.md | 2 +- .../version-0.80/optimizing-flatlist-configuration.md | 2 +- .../version-0.81/optimizing-flatlist-configuration.md | 2 +- .../version-0.82/optimizing-flatlist-configuration.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/optimizing-flatlist-configuration.md b/docs/optimizing-flatlist-configuration.md index 2f4f45f19a6..a81ec0c6cf6 100644 --- a/docs/optimizing-flatlist-configuration.md +++ b/docs/optimizing-flatlist-configuration.md @@ -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` diff --git a/website/versioned_docs/version-0.77/optimizing-flatlist-configuration.md b/website/versioned_docs/version-0.77/optimizing-flatlist-configuration.md index bd85cca16ab..d51f1ab9bc4 100644 --- a/website/versioned_docs/version-0.77/optimizing-flatlist-configuration.md +++ b/website/versioned_docs/version-0.77/optimizing-flatlist-configuration.md @@ -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 diff --git a/website/versioned_docs/version-0.79/optimizing-flatlist-configuration.md b/website/versioned_docs/version-0.79/optimizing-flatlist-configuration.md index bd85cca16ab..d51f1ab9bc4 100644 --- a/website/versioned_docs/version-0.79/optimizing-flatlist-configuration.md +++ b/website/versioned_docs/version-0.79/optimizing-flatlist-configuration.md @@ -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 diff --git a/website/versioned_docs/version-0.80/optimizing-flatlist-configuration.md b/website/versioned_docs/version-0.80/optimizing-flatlist-configuration.md index bd85cca16ab..d51f1ab9bc4 100644 --- a/website/versioned_docs/version-0.80/optimizing-flatlist-configuration.md +++ b/website/versioned_docs/version-0.80/optimizing-flatlist-configuration.md @@ -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 diff --git a/website/versioned_docs/version-0.81/optimizing-flatlist-configuration.md b/website/versioned_docs/version-0.81/optimizing-flatlist-configuration.md index ef46d01c151..279fe942964 100644 --- a/website/versioned_docs/version-0.81/optimizing-flatlist-configuration.md +++ b/website/versioned_docs/version-0.81/optimizing-flatlist-configuration.md @@ -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 diff --git a/website/versioned_docs/version-0.82/optimizing-flatlist-configuration.md b/website/versioned_docs/version-0.82/optimizing-flatlist-configuration.md index 2f4f45f19a6..a81ec0c6cf6 100644 --- a/website/versioned_docs/version-0.82/optimizing-flatlist-configuration.md +++ b/website/versioned_docs/version-0.82/optimizing-flatlist-configuration.md @@ -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`