Skip to content

Commit f098e61

Browse files
committed
Link to v1 docs
1 parent a1cee9d commit f098e61

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ FlashList v2 has been rebuilt from the ground up for RN's new architecture and d
88
99
> ⚠️ **IMPORTANT:** FlashList v2.x is in alpha and may have some issues. Please report any issues or edge cases you run into. We're actively working on testing and optimizing v2 so some things might change in the final version. We also highly recommend using it with RN 0.78+ for optimal performance.
1010
11+
### Old architecture / FlashList v1
12+
13+
If you're running on old architecture or using FlashList v1.x, you can access the documentation specific to v1 here: [FlashList v1 Documentation](https://shopify.github.io/flash-list/docs/1.x/).
14+
1115
### Web support
1216

1317
FlashList v2 has web support. Most of the features should work but we're not actively testing it right now. If you run into an issue, please raise it on GitHub.

documentation/docs/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from "@theme/TabItem";
1010

1111
**Fast & performant React Native list. No more blank cells.**
1212

13-
Swap from FlatList in seconds. Get instant performance.
13+
Swap from FlatList in seconds. Get instant performance. Build for RN's new architecture.
1414

1515
## Installation
1616

@@ -52,6 +52,12 @@ You can then [create a new Development Build](https://docs.expo.dev/development/
5252

5353
Read more about the usage of `FlashList` [here](/usage)
5454

55+
### Old architecture / FlashList v1
56+
57+
If you're running on old architecture or, using an older version of FlashList, you can access the documentation specific to that version by selecting it from the version dropdown in the navigation bar, or using these direct links:
58+
59+
- [Version 1.x documentation](/flash-list/docs/1.x/)
60+
5561
### App / Playground
5662

5763
The [fixture](https://github.com/Shopify/flash-list/tree/main/fixture) is an example app showing how to use the library.

0 commit comments

Comments
 (0)