@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.
- package/index.js +2 -2
- package/index.mjs +2 -2
- 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 =
|
|
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 =
|
|
381
|
+
drawDistance = 250,
|
|
382
|
+
recycleItems = false,
|
|
383
383
|
onEndReachedThreshold = 0.5,
|
|
384
384
|
maintainScrollAtEnd = false,
|
|
385
385
|
maintainScrollAtEndThreshold = 0.1,
|