Skip to content

Commit 62b6897

Browse files
Updated the references of ds-sports-labs with ds-horizon GitHub Org (facebook#4858)
1 parent dafb048 commit 62b6897

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/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/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

website/blog/2025-02-19-react-native-0.78.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ React Native 0.78 contains over 509 commits from 87 contributors. Thanks for all
193193

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

196-
- [Dream11](https://github.com/dream-sports-labs) team for the thorough testing of React 19 features in React Native
196+
- [Dream11](https://github.com/ds-horizon) team for the thorough testing of React 19 features in React Native
197197
- [Nicola Corti](https://github.com/cortinico) for the work on Faster Releases
198198
- [Alex Hunt](https://github.com/huntie) for the work on the Metro logs opt-in
199199
- [Peter Abbondanzo](https://github.com/Abbondanzo) for the work on Android XML Drawable Support

website/versioned_docs/version-0.77/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/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

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

website/versioned_docs/version-0.79/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/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

website/versioned_docs/version-0.80/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/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

website/versioned_docs/version-0.81/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/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

website/versioned_docs/version-0.82/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/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)