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

Commit f59d872

Browse files
committed
docs: update limitations of README.md
1 parent aa40841 commit f59d872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@ const BiDirectionalFlatList = enhanceScrollViewWithBidirectional(FlatList);
7878

7979
## Limitations
8080

81-
Since updates occur in the middle of React-Native's update cycle rather than the normal Android view, VirtualizedList update cycle, some bugs may be caused by delayed updates.
8281
It is recommended to use stable features provided in versions 0.72 and above.
8382

83+
- Since updates occur in the middle of React-Native's update cycle rather than the Android view and VirtualizedList update cycle, some bugs may be caused by delayed updates.
84+
- Fabric(new architecture of React-Native) is not supported.
85+
- Horizontal maintainVisibleContentPosition is not supported.
86+
8487
## License
8588

8689
MIT

0 commit comments

Comments
 (0)