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

Commit d52fadf

Browse files
committed
chore: update descriptions
1 parent cb4625d commit d52fadf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ const EnhancedScrollView = enhanceScrollView(ScrollView);
7676
const BiDirectionalFlatList = enhanceScrollViewWithBidirectional(FlatList);
7777
```
7878

79+
## Limitations
80+
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.
82+
It is recommended to use stable features provided in versions 0.72 and above.
83+
7984
## License
8085

8186
MIT

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendbird/react-native-scrollview-enhancer",
33
"version": "0.0.1",
4-
"description": "ScrollView enhancer",
4+
"description": "A utility package enabling onStartReached & maintainVisibleContentPosition in pre-0.72 react-native ScrollView.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",
@@ -39,7 +39,11 @@
3939
"keywords": [
4040
"react-native",
4141
"ios",
42-
"android"
42+
"android",
43+
"ScrollView",
44+
"utility",
45+
"onStartReached",
46+
"maintainVisibleContentPosition"
4347
],
4448
"repository": "https://github.com/sendbird/react-native-scrollview-enhancer",
4549
"author": "bang9 <[email protected]> (https://github.com/bang9)",

0 commit comments

Comments
 (0)