This repository was archived by the owner on Aug 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
8999MIT
90100
91- ---
101+ < br />
92102
93103Made with [ create-react-native-library] ( https://github.com/callstack/react-native-builder-bob )
You can’t perform that action at this time.
0 commit comments