@legendapp/list 0.4.0 → 0.4.1

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 +2 -2
  2. package/index.mjs +2 -2
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -399,8 +399,8 @@ var LegendListInner = React7.forwardRef(function LegendListInner2(props, forward
399
399
  style: styleProp,
400
400
  contentContainerStyle: contentContainerStyleProp,
401
401
  initialNumContainers,
402
- drawDistance,
403
- recycleItems = true,
402
+ drawDistance = 250,
403
+ recycleItems = false,
404
404
  onEndReachedThreshold = 0.5,
405
405
  maintainScrollAtEnd = false,
406
406
  maintainScrollAtEndThreshold = 0.1,
package/index.mjs CHANGED
@@ -378,8 +378,8 @@ var LegendListInner = forwardRef(function LegendListInner2(props, forwardedRef)
378
378
  style: styleProp,
379
379
  contentContainerStyle: contentContainerStyleProp,
380
380
  initialNumContainers,
381
- drawDistance,
382
- recycleItems = true,
381
+ drawDistance = 250,
382
+ recycleItems = false,
383
383
  onEndReachedThreshold = 0.5,
384
384
  maintainScrollAtEnd = false,
385
385
  maintainScrollAtEndThreshold = 0.1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legendapp/list",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "legend-list",
5
5
  "sideEffects": false,
6
6
  "private": false,