Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 79dbdb0

Browse files
committed
docs: update README
1 parent f59d872 commit 79dbdb0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,20 @@ It is recommended to use stable features provided in versions 0.72 and above.
8484
- Fabric(new architecture of React-Native) is not supported.
8585
- Horizontal maintainVisibleContentPosition is not supported.
8686

87+
## Related PRs
88+
89+
You can find the related work for these features in the following PR.
90+
91+
- [#35993 Fix VirtualizedList with maintainVisibleContentPosition](https://github.com/facebook/react-native/pull/35993)
92+
- [#35321 Add onStartReached and onStartReachedThreshold to VirtualizedList](https://github.com/facebook/react-native/pull/35321)
93+
- [#35049 Add maintainVisibleContentPosition support on Android for legacy renderer](https://github.com/facebook/react-native/pull/35049)
94+
- [#35994 Add fabric support for maintainVisibleContentPosition on Android](https://github.com/facebook/react-native/pull/35994)
95+
- [#36095 Add fabric support for maintainVisibleContentPosition on iOS](https://github.com/facebook/react-native/pull/36095)
96+
8797
## License
8898

8999
MIT
90100

91-
---
101+
<br/>
92102

93103
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)

0 commit comments

Comments
 (0)