@react-native/virtualized-lists
Advanced tools
Comparing version
@@ -17,3 +17,3 @@ /** | ||
* `this.props` or `this.state`: | ||
* https://reactjs.org/docs/state-and-lifecycle.html#state-updates-may-be-asynchronous | ||
* https://react.dev/docs/state-and-lifecycle.html#state-updates-may-be-asynchronous | ||
* | ||
@@ -36,3 +36,3 @@ * SafePureComponent adds runtime enforcement, to catch cases where these | ||
setState( | ||
partialState: ?($Shape<State> | ((State, Props) => ?$Shape<State>)), | ||
partialState: ?(Partial<State> | ((State, Props) => ?Partial<State>)), | ||
callback?: () => mixed, | ||
@@ -39,0 +39,0 @@ ): void { |
@@ -270,3 +270,3 @@ /** | ||
* The maximum number of items to render in each incremental render batch. The more rendered at | ||
* once, the better the fill rate, but responsiveness my suffer because rendering content may | ||
* once, the better the fill rate, but responsiveness may suffer because rendering content may | ||
* interfere with responding to button taps or other interactions. | ||
@@ -273,0 +273,0 @@ */ |
@@ -39,3 +39,3 @@ /** | ||
cellKeys: Array<?string>, | ||
props: $Shape<SeparatorProps<ItemT>>, | ||
props: Partial<SeparatorProps<ItemT>>, | ||
) => void, | ||
@@ -42,0 +42,0 @@ prevCellKey: ?string, |
@@ -564,3 +564,3 @@ /** | ||
select: 'leading' | 'trailing', | ||
newProps: $Shape<ItemWithSeparatorCommonProps>, | ||
newProps: Partial<ItemWithSeparatorCommonProps>, | ||
) => { | ||
@@ -567,0 +567,0 @@ if (select === 'leading') { |
{ | ||
"name": "@react-native/virtualized-lists", | ||
"version": "0.72.5", | ||
"version": "0.73.0-nightly-20230603-fd9e295be", | ||
"description": "Virtualized lists for React Native.", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:facebook/react-native.git", | ||
"url": "https://github.com/facebook/react-native.git", | ||
"directory": "packages/virtualized-lists" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/virtualized-lists#readme", | ||
"keywords": [ | ||
"lists", | ||
"virtualized-lists", | ||
"section-lists", | ||
"react-native" | ||
], | ||
"bugs": "https://github.com/facebook/react-native/issues", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"dependencies": { | ||
@@ -12,0 +23,0 @@ "invariant": "^2.2.4", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
199148
25.35%20
11.11%1
-50%0
-100%22
Infinity%