@legendapp/list 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -208,6 +208,7 @@ var ListComponent = React6__namespace.memo(function ListComponent2({
208
208
  ],
209
209
  onScroll: handleScroll,
210
210
  onLayout,
211
+ scrollEventThrottle: 32,
211
212
  horizontal,
212
213
  contentOffset: initialContentOffset ? horizontal ? { x: initialContentOffset, y: 0 } : { x: 0, y: initialContentOffset } : void 0,
213
214
  ref: refScroller
package/index.mjs CHANGED
@@ -187,6 +187,7 @@ var ListComponent = React6.memo(function ListComponent2({
187
187
  ],
188
188
  onScroll: handleScroll,
189
189
  onLayout,
190
+ scrollEventThrottle: 32,
190
191
  horizontal,
191
192
  contentOffset: initialContentOffset ? horizontal ? { x: initialContentOffset, y: 0 } : { x: 0, y: initialContentOffset } : void 0,
192
193
  ref: refScroller
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legendapp/list",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "legend-list",
5
5
  "sideEffects": false,
6
6
  "private": false,