You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* add support for native animation on scroll ([2a84fb7](https://github.com/marcocesarato/react-native-big-list/commit/2a84fb7a0ff59e3482d3fc3ba97b517989ad9751))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
* rename animatedOffsetValues to nativeOffsetValues in index.d.ts ([06e3f66](https://github.com/marcocesarato/react-native-big-list/commit/06e3f66914e846e65791d0cca9e1df00ebf87b88))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "react-native-big-list",
3
-
"version": "1.5.6",
3
+
"version": "1.6.0",
4
4
"description": "A big and fast list implementation for react-native with a recycler API focused on performance and ram usage while processing thousand items on the list.",
0 commit comments