@legendapp/list 2.0.0-next.0 → 2.0.0-next.2

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 (262) hide show
  1. package/.claude/settings.local.json +8 -0
  2. package/.cursor/rules/changelog.mdc +60 -0
  3. package/.github/FUNDING.yml +15 -0
  4. package/.gitignore +5 -0
  5. package/.prettierrc.json +5 -0
  6. package/.vscode/settings.json +14 -0
  7. package/CLAUDE.md +126 -0
  8. package/biome.json +46 -0
  9. package/bun.lock +1289 -0
  10. package/bunfig.toml +2 -0
  11. package/dist/CHANGELOG.md +119 -0
  12. package/dist/LICENSE +21 -0
  13. package/dist/README.md +139 -0
  14. package/{animated.d.mts → dist/animated.d.mts} +1 -1
  15. package/{animated.d.ts → dist/animated.d.ts} +1 -1
  16. package/{index.d.mts → dist/index.d.mts} +63 -15
  17. package/{index.d.ts → dist/index.d.ts} +63 -15
  18. package/dist/index.js +2525 -0
  19. package/dist/index.mjs +2497 -0
  20. package/{keyboard-controller.d.mts → dist/keyboard-controller.d.mts} +4 -4
  21. package/{keyboard-controller.d.ts → dist/keyboard-controller.d.ts} +4 -4
  22. package/dist/package.json +35 -0
  23. package/example/README.md +40 -0
  24. package/example/api/data/genres.json +23 -0
  25. package/example/api/data/playlist/10402-10749.json +1 -0
  26. package/example/api/data/playlist/10402-10770.json +1 -0
  27. package/example/api/data/playlist/10402-37.json +1 -0
  28. package/example/api/data/playlist/10749-10752.json +1 -0
  29. package/example/api/data/playlist/10749-10770.json +1 -0
  30. package/example/api/data/playlist/10749-37.json +1 -0
  31. package/example/api/data/playlist/10749-878.json +1 -0
  32. package/example/api/data/playlist/10751-10402.json +1 -0
  33. package/example/api/data/playlist/10751-10752.json +1 -0
  34. package/example/api/data/playlist/10751-37.json +1 -0
  35. package/example/api/data/playlist/10751-53.json +1 -0
  36. package/example/api/data/playlist/10751-878.json +1 -0
  37. package/example/api/data/playlist/10751-9648.json +1 -0
  38. package/example/api/data/playlist/10752-37.json +1 -0
  39. package/example/api/data/playlist/12-10402.json +1 -0
  40. package/example/api/data/playlist/12-10749.json +1 -0
  41. package/example/api/data/playlist/12-18.json +1 -0
  42. package/example/api/data/playlist/12-27.json +1 -0
  43. package/example/api/data/playlist/12-35.json +1 -0
  44. package/example/api/data/playlist/14-36.json +1 -0
  45. package/example/api/data/playlist/14-878.json +1 -0
  46. package/example/api/data/playlist/16-10751.json +1 -0
  47. package/example/api/data/playlist/16-10770.json +1 -0
  48. package/example/api/data/playlist/16-35.json +1 -0
  49. package/example/api/data/playlist/16-36.json +1 -0
  50. package/example/api/data/playlist/16-53.json +1 -0
  51. package/example/api/data/playlist/18-10751.json +1 -0
  52. package/example/api/data/playlist/18-10752.json +1 -0
  53. package/example/api/data/playlist/18-37.json +1 -0
  54. package/example/api/data/playlist/18-53.json +1 -0
  55. package/example/api/data/playlist/18-878.json +1 -0
  56. package/example/api/data/playlist/27-10749.json +1 -0
  57. package/example/api/data/playlist/27-10770.json +1 -0
  58. package/example/api/data/playlist/28-10749.json +1 -0
  59. package/example/api/data/playlist/28-10751.json +1 -0
  60. package/example/api/data/playlist/28-10770.json +1 -0
  61. package/example/api/data/playlist/28-16.json +1 -0
  62. package/example/api/data/playlist/28-18.json +1 -0
  63. package/example/api/data/playlist/28-36.json +1 -0
  64. package/example/api/data/playlist/28-37.json +1 -0
  65. package/example/api/data/playlist/28-53.json +1 -0
  66. package/example/api/data/playlist/28-80.json +1 -0
  67. package/example/api/data/playlist/28-99.json +1 -0
  68. package/example/api/data/playlist/35-10749.json +1 -0
  69. package/example/api/data/playlist/35-10751.json +1 -0
  70. package/example/api/data/playlist/35-10752.json +1 -0
  71. package/example/api/data/playlist/35-27.json +1 -0
  72. package/example/api/data/playlist/35-36.json +1 -0
  73. package/example/api/data/playlist/35-53.json +1 -0
  74. package/example/api/data/playlist/35-80.json +1 -0
  75. package/example/api/data/playlist/36-37.json +1 -0
  76. package/example/api/data/playlist/36-878.json +1 -0
  77. package/example/api/data/playlist/36-9648.json +1 -0
  78. package/example/api/data/playlist/53-10752.json +1 -0
  79. package/example/api/data/playlist/80-10770.json +1 -0
  80. package/example/api/data/playlist/80-14.json +1 -0
  81. package/example/api/data/playlist/80-18.json +1 -0
  82. package/example/api/data/playlist/80-37.json +1 -0
  83. package/example/api/data/playlist/878-37.json +1 -0
  84. package/example/api/data/playlist/9648-10770.json +1 -0
  85. package/example/api/data/playlist/9648-37.json +1 -0
  86. package/example/api/data/playlist/9648-53.json +1 -0
  87. package/example/api/data/playlist/9648-878.json +1 -0
  88. package/example/api/data/playlist/99-10749.json +1 -0
  89. package/example/api/data/playlist/99-14.json +1 -0
  90. package/example/api/data/playlist/99-18.json +1 -0
  91. package/example/api/data/playlist/99-27.json +1 -0
  92. package/example/api/data/playlist/99-53.json +1 -0
  93. package/example/api/data/playlist/99-9648.json +1 -0
  94. package/example/api/data/playlist/index.ts +73 -0
  95. package/example/api/data/rows.json +1 -0
  96. package/example/api/index.ts +36 -0
  97. package/example/app/(tabs)/_layout.tsx +60 -0
  98. package/example/app/(tabs)/cards.tsx +81 -0
  99. package/example/app/(tabs)/index.tsx +205 -0
  100. package/example/app/(tabs)/moviesL.tsx +7 -0
  101. package/example/app/(tabs)/moviesLR.tsx +7 -0
  102. package/example/app/+not-found.tsx +32 -0
  103. package/example/app/_layout.tsx +34 -0
  104. package/example/app/accurate-scrollto/index.tsx +125 -0
  105. package/example/app/accurate-scrollto-2/index.tsx +52 -0
  106. package/example/app/accurate-scrollto-huge/index.tsx +128 -0
  107. package/example/app/add-to-end/index.tsx +82 -0
  108. package/example/app/ai-chat/index.tsx +236 -0
  109. package/example/app/bidirectional-infinite-list/index.tsx +133 -0
  110. package/example/app/cards-columns/index.tsx +37 -0
  111. package/example/app/cards-flashlist/index.tsx +122 -0
  112. package/example/app/cards-flatlist/index.tsx +94 -0
  113. package/example/app/cards-no-recycle/index.tsx +110 -0
  114. package/example/app/cards-renderItem.tsx +354 -0
  115. package/example/app/chat-example/index.tsx +167 -0
  116. package/example/app/chat-infinite/index.tsx +239 -0
  117. package/example/app/chat-keyboard/index.tsx +248 -0
  118. package/example/app/chat-resize-outer/index.tsx +247 -0
  119. package/example/app/columns/index.tsx +78 -0
  120. package/example/app/countries/index.tsx +182 -0
  121. package/example/app/countries-flashlist/index.tsx +163 -0
  122. package/example/app/countries-reorder/index.tsx +187 -0
  123. package/example/app/extra-data/index.tsx +86 -0
  124. package/example/app/filter-elements/filter-data-provider.tsx +55 -0
  125. package/example/app/filter-elements/index.tsx +118 -0
  126. package/example/app/initial-scroll-index/index.tsx +106 -0
  127. package/example/app/initial-scroll-index/renderFixedItem.tsx +215 -0
  128. package/example/app/initial-scroll-index-free-height/index.tsx +70 -0
  129. package/example/app/initial-scroll-index-keyed/index.tsx +62 -0
  130. package/example/app/lazy-list/index.tsx +123 -0
  131. package/example/app/movies-flashlist/index.tsx +7 -0
  132. package/example/app/mutable-cells/index.tsx +104 -0
  133. package/example/app/video-feed/index.tsx +119 -0
  134. package/example/app.config.js +22 -0
  135. package/example/app.json +45 -0
  136. package/example/assets/fonts/SpaceMono-Regular.ttf +0 -0
  137. package/example/assets/images/adaptive-icon.png +0 -0
  138. package/example/assets/images/favicon.png +0 -0
  139. package/example/assets/images/icon.png +0 -0
  140. package/example/assets/images/partial-react-logo.png +0 -0
  141. package/example/assets/images/react-logo.png +0 -0
  142. package/example/assets/images/react-logo@2x.png +0 -0
  143. package/example/assets/images/react-logo@3x.png +0 -0
  144. package/example/assets/images/splash-icon.png +0 -0
  145. package/example/autoscroll.sh +101 -0
  146. package/example/bun.lock +2266 -0
  147. package/example/bunfig.toml +2 -0
  148. package/example/components/Breathe.tsx +54 -0
  149. package/example/components/Circle.tsx +69 -0
  150. package/example/components/Collapsible.tsx +44 -0
  151. package/example/components/ExternalLink.tsx +24 -0
  152. package/example/components/HapticTab.tsx +18 -0
  153. package/example/components/HelloWave.tsx +37 -0
  154. package/example/components/Movies.tsx +179 -0
  155. package/example/components/ParallaxScrollView.tsx +81 -0
  156. package/example/components/ThemedText.tsx +60 -0
  157. package/example/components/ThemedView.tsx +14 -0
  158. package/example/components/__tests__/ThemedText-test.tsx +10 -0
  159. package/example/components/__tests__/__snapshots__/ThemedText-test.tsx.snap +24 -0
  160. package/example/components/ui/IconSymbol.ios.tsx +32 -0
  161. package/example/components/ui/IconSymbol.tsx +43 -0
  162. package/example/components/ui/TabBarBackground.ios.tsx +22 -0
  163. package/example/components/ui/TabBarBackground.tsx +6 -0
  164. package/example/constants/Colors.ts +26 -0
  165. package/example/constants/constants.ts +5 -0
  166. package/example/constants/useScrollTest.ts +19 -0
  167. package/example/hooks/useColorScheme.ts +1 -0
  168. package/example/hooks/useColorScheme.web.ts +8 -0
  169. package/example/hooks/useThemeColor.ts +22 -0
  170. package/example/ios/.xcode.env +11 -0
  171. package/example/ios/Podfile +64 -0
  172. package/example/ios/Podfile.lock +2767 -0
  173. package/example/ios/Podfile.properties.json +5 -0
  174. package/example/ios/listtest/AppDelegate.swift +70 -0
  175. package/example/ios/listtest/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png +0 -0
  176. package/example/ios/listtest/Images.xcassets/AppIcon.appiconset/Contents.json +14 -0
  177. package/example/ios/listtest/Images.xcassets/Contents.json +6 -0
  178. package/example/ios/listtest/Images.xcassets/SplashScreenBackground.colorset/Contents.json +20 -0
  179. package/example/ios/listtest/Images.xcassets/SplashScreenLogo.imageset/Contents.json +23 -0
  180. package/example/ios/listtest/Images.xcassets/SplashScreenLogo.imageset/image.png +0 -0
  181. package/example/ios/listtest/Images.xcassets/SplashScreenLogo.imageset/image@2x.png +0 -0
  182. package/example/ios/listtest/Images.xcassets/SplashScreenLogo.imageset/image@3x.png +0 -0
  183. package/example/ios/listtest/Info.plist +85 -0
  184. package/example/ios/listtest/PrivacyInfo.xcprivacy +48 -0
  185. package/example/ios/listtest/SplashScreen.storyboard +42 -0
  186. package/example/ios/listtest/Supporting/Expo.plist +12 -0
  187. package/example/ios/listtest/listtest-Bridging-Header.h +3 -0
  188. package/example/ios/listtest/listtest.entitlements +5 -0
  189. package/example/ios/listtest.xcodeproj/project.pbxproj +547 -0
  190. package/example/ios/listtest.xcodeproj/xcshareddata/xcschemes/listtest.xcscheme +88 -0
  191. package/example/ios/listtest.xcworkspace/contents.xcworkspacedata +10 -0
  192. package/example/metro.config.js +16 -0
  193. package/example/package.json +73 -0
  194. package/example/scripts/reset-project.js +84 -0
  195. package/example/tsconfig.json +26 -0
  196. package/package.json +88 -34
  197. package/posttsup.ts +24 -0
  198. package/src/Container.tsx +176 -0
  199. package/src/Containers.tsx +85 -0
  200. package/src/ContextContainer.ts +145 -0
  201. package/src/DebugView.tsx +83 -0
  202. package/src/LazyLegendList.tsx +41 -0
  203. package/src/LeanView.tsx +18 -0
  204. package/src/LegendList.tsx +558 -0
  205. package/src/ListComponent.tsx +191 -0
  206. package/src/ScrollAdjust.tsx +24 -0
  207. package/src/ScrollAdjustHandler.ts +26 -0
  208. package/src/Separator.tsx +14 -0
  209. package/src/animated.tsx +6 -0
  210. package/src/calculateItemsInView.ts +363 -0
  211. package/src/calculateOffsetForIndex.ts +23 -0
  212. package/src/calculateOffsetWithOffsetPosition.ts +26 -0
  213. package/src/checkAllSizesKnown.ts +17 -0
  214. package/src/checkAtBottom.ts +36 -0
  215. package/src/checkAtTop.ts +27 -0
  216. package/src/checkThreshold.ts +30 -0
  217. package/src/constants.ts +11 -0
  218. package/src/createColumnWrapperStyle.ts +16 -0
  219. package/src/doInitialAllocateContainers.ts +40 -0
  220. package/src/doMaintainScrollAtEnd.ts +34 -0
  221. package/src/findAvailableContainers.ts +98 -0
  222. package/src/finishScrollTo.ts +8 -0
  223. package/src/getId.ts +21 -0
  224. package/src/getItemSize.ts +52 -0
  225. package/src/getRenderedItem.ts +34 -0
  226. package/src/getScrollVelocity.ts +47 -0
  227. package/src/handleLayout.ts +70 -0
  228. package/src/helpers.ts +39 -0
  229. package/src/index.ts +11 -0
  230. package/src/keyboard-controller.tsx +63 -0
  231. package/src/onScroll.ts +66 -0
  232. package/src/prepareMVCP.ts +50 -0
  233. package/src/reanimated.tsx +63 -0
  234. package/src/requestAdjust.ts +41 -0
  235. package/src/scrollTo.ts +40 -0
  236. package/src/scrollToIndex.ts +34 -0
  237. package/src/setDidLayout.ts +25 -0
  238. package/src/setPaddingTop.ts +28 -0
  239. package/src/state.tsx +304 -0
  240. package/src/types.ts +610 -0
  241. package/src/updateAlignItemsPaddingTop.ts +18 -0
  242. package/src/updateAllPositions.ts +130 -0
  243. package/src/updateItemSize.ts +203 -0
  244. package/src/updateTotalSize.ts +44 -0
  245. package/src/useAnimatedValue.ts +6 -0
  246. package/src/useCombinedRef.ts +22 -0
  247. package/src/useInit.ts +17 -0
  248. package/src/useSyncLayout.tsx +68 -0
  249. package/src/useValue$.ts +53 -0
  250. package/src/viewability.ts +279 -0
  251. package/tsconfig.json +59 -0
  252. package/tsup.config.ts +21 -0
  253. package/index.js +0 -2348
  254. package/index.mjs +0 -2320
  255. /package/{animated.js → dist/animated.js} +0 -0
  256. /package/{animated.mjs → dist/animated.mjs} +0 -0
  257. /package/{keyboard-controller.js → dist/keyboard-controller.js} +0 -0
  258. /package/{keyboard-controller.mjs → dist/keyboard-controller.mjs} +0 -0
  259. /package/{reanimated.d.mts → dist/reanimated.d.mts} +0 -0
  260. /package/{reanimated.d.ts → dist/reanimated.d.ts} +0 -0
  261. /package/{reanimated.js → dist/reanimated.js} +0 -0
  262. /package/{reanimated.mjs → dist/reanimated.mjs} +0 -0
@@ -0,0 +1,145 @@
1
+ import {
2
+ type Dispatch,
3
+ type SetStateAction,
4
+ createContext,
5
+ useCallback,
6
+ useContext,
7
+ useEffect,
8
+ useRef,
9
+ useState,
10
+ } from "react";
11
+ import { isFunction } from "./helpers";
12
+ import { useArr$, useSelector$, useStateContext } from "./state";
13
+ import type { LegendListRecyclingState, ViewabilityAmountCallback, ViewabilityCallback } from "./types";
14
+ import { useInit } from "./useInit";
15
+
16
+ export interface ContextContainerType {
17
+ containerId: number;
18
+ itemKey: string;
19
+ index: number;
20
+ value: any;
21
+ triggerLayout: () => void;
22
+ }
23
+
24
+ export const ContextContainer = createContext<ContextContainerType>(null as any);
25
+
26
+ export function useViewability(callback: ViewabilityCallback, configId?: string) {
27
+ const ctx = useStateContext();
28
+ const { containerId } = useContext(ContextContainer);
29
+
30
+ const key = containerId + (configId ?? "");
31
+
32
+ useInit(() => {
33
+ const value = ctx.mapViewabilityValues.get(key);
34
+ if (value) {
35
+ callback(value);
36
+ }
37
+ });
38
+
39
+ ctx.mapViewabilityCallbacks.set(key, callback);
40
+
41
+ useEffect(
42
+ () => () => {
43
+ ctx.mapViewabilityCallbacks.delete(key);
44
+ },
45
+ [],
46
+ );
47
+ }
48
+
49
+ export function useViewabilityAmount(callback: ViewabilityAmountCallback) {
50
+ const ctx = useStateContext();
51
+ const { containerId } = useContext(ContextContainer);
52
+
53
+ useInit(() => {
54
+ const value = ctx.mapViewabilityAmountValues.get(containerId);
55
+ if (value) {
56
+ callback(value);
57
+ }
58
+ });
59
+
60
+ ctx.mapViewabilityAmountCallbacks.set(containerId, callback);
61
+
62
+ useEffect(
63
+ () => () => {
64
+ ctx.mapViewabilityAmountCallbacks.delete(containerId);
65
+ },
66
+ [],
67
+ );
68
+ }
69
+
70
+ export function useRecyclingEffect(effect: (info: LegendListRecyclingState<unknown>) => void | (() => void)) {
71
+ const { index, value } = useContext(ContextContainer);
72
+ const prevValues = useRef<{ prevIndex: number | undefined; prevItem: any }>({
73
+ prevIndex: undefined,
74
+ prevItem: undefined,
75
+ });
76
+
77
+ useEffect(() => {
78
+ let ret: void | (() => void) = undefined;
79
+ // Only run effect if there's a previous value
80
+ if (prevValues.current.prevIndex !== undefined && prevValues.current.prevItem !== undefined) {
81
+ ret = effect({
82
+ index,
83
+ item: value,
84
+ prevIndex: prevValues.current.prevIndex,
85
+ prevItem: prevValues.current.prevItem,
86
+ });
87
+ }
88
+
89
+ // Update refs for next render
90
+ prevValues.current = {
91
+ prevIndex: index,
92
+ prevItem: value,
93
+ };
94
+
95
+ return ret;
96
+ }, [index, value]);
97
+ }
98
+
99
+ export function useRecyclingState<ItemT>(valueOrFun: ((info: LegendListRecyclingState<ItemT>) => ItemT) | ItemT) {
100
+ const { index, value, itemKey, triggerLayout } = useContext(ContextContainer);
101
+ const refState = useRef<{ itemKey: string | null; value: ItemT | null }>({
102
+ itemKey: null,
103
+ value: null,
104
+ });
105
+ const [_, setRenderNum] = useState(0);
106
+ const state = refState.current;
107
+
108
+ if (state.itemKey !== itemKey) {
109
+ state.itemKey = itemKey;
110
+ // Reset local state in ref
111
+ state.value = isFunction(valueOrFun)
112
+ ? valueOrFun({
113
+ index,
114
+ item: value,
115
+ prevIndex: undefined,
116
+ prevItem: undefined,
117
+ })
118
+ : valueOrFun;
119
+ }
120
+
121
+ const setState: Dispatch<SetStateAction<ItemT>> = useCallback(
122
+ (newState: SetStateAction<ItemT>) => {
123
+ // Update local state in ref
124
+ state.value = isFunction(newState) ? (newState as (prevState: ItemT) => ItemT)(state.value!) : newState;
125
+ // Trigger item to re-render
126
+ setRenderNum((v) => v + 1);
127
+ // Trigger container to re-render to update item size
128
+ triggerLayout();
129
+ },
130
+ [triggerLayout, state],
131
+ );
132
+
133
+ return [state.value, setState] as const;
134
+ }
135
+
136
+ export function useIsLastItem(): boolean {
137
+ const { itemKey } = useContext(ContextContainer);
138
+ const isLast = useSelector$("lastItemKeys", (lastItemKeys) => lastItemKeys?.includes(itemKey) || false);
139
+ return isLast;
140
+ }
141
+
142
+ export function useListScrollSize(): { width: number; height: number } {
143
+ const [scrollSize] = useArr$(["scrollSize"]);
144
+ return scrollSize;
145
+ }
@@ -0,0 +1,83 @@
1
+ import * as React from "react";
2
+ import { useEffect, useReducer } from "react";
3
+ import { Text, View } from "react-native";
4
+ import { getContentSize, useArr$, useStateContext } from "./state";
5
+ import type { InternalState } from "./types";
6
+
7
+ const DebugRow = ({ children }: React.PropsWithChildren) => {
8
+ return (
9
+ <View style={{ flexDirection: "row", alignItems: "center", justifyContent: "space-between" }}>{children}</View>
10
+ );
11
+ };
12
+
13
+ export const DebugView = React.memo(function DebugView({ state }: { state: InternalState }) {
14
+ const ctx = useStateContext();
15
+
16
+ const [totalSize = 0, scrollAdjust = 0, rawScroll = 0, scroll = 0, numContainers = 0, numContainersPooled = 0] =
17
+ useArr$([
18
+ "totalSize",
19
+ "scrollAdjust",
20
+ "debugRawScroll",
21
+ "debugComputedScroll",
22
+ "numContainers",
23
+ "numContainersPooled",
24
+ ]);
25
+
26
+ const contentSize = getContentSize(ctx);
27
+ const [, forceUpdate] = useReducer((x) => x + 1, 0);
28
+
29
+ useInterval(() => {
30
+ forceUpdate();
31
+ }, 100);
32
+
33
+ return (
34
+ <View
35
+ style={{
36
+ position: "absolute",
37
+ top: 0,
38
+ right: 0,
39
+ paddingLeft: 4,
40
+ paddingBottom: 4,
41
+ // height: 100,
42
+ backgroundColor: "#FFFFFFCC",
43
+ padding: 4,
44
+ borderRadius: 4,
45
+ }}
46
+ pointerEvents="none"
47
+ >
48
+ <DebugRow>
49
+ <Text>TotalSize:</Text>
50
+ <Text>{totalSize.toFixed(2)}</Text>
51
+ </DebugRow>
52
+ <DebugRow>
53
+ <Text>ContentSize:</Text>
54
+ <Text>{contentSize.toFixed(2)}</Text>
55
+ </DebugRow>
56
+ <DebugRow>
57
+ <Text>At end:</Text>
58
+ <Text>{String(state.isAtEnd)}</Text>
59
+ </DebugRow>
60
+ <Text />
61
+ <DebugRow>
62
+ <Text>ScrollAdjust:</Text>
63
+ <Text>{scrollAdjust.toFixed(2)}</Text>
64
+ </DebugRow>
65
+ <Text />
66
+ <DebugRow>
67
+ <Text>RawScroll: </Text>
68
+ <Text>{rawScroll.toFixed(2)}</Text>
69
+ </DebugRow>
70
+ <DebugRow>
71
+ <Text>ComputedScroll: </Text>
72
+ <Text>{scroll.toFixed(2)}</Text>
73
+ </DebugRow>
74
+ </View>
75
+ );
76
+ });
77
+
78
+ function useInterval(callback: () => void, delay: number) {
79
+ useEffect(() => {
80
+ const interval = setInterval(callback, delay);
81
+ return () => clearInterval(interval);
82
+ }, [delay]);
83
+ }
@@ -0,0 +1,41 @@
1
+ import type { AnimatedLegendList } from "@legendapp/list/animated";
2
+ import type { AnimatedLegendList as ReanimatedLegendList } from "@legendapp/list/reanimated";
3
+ import * as React from "react";
4
+ import { type ForwardedRef, forwardRef } from "react";
5
+ import { LegendList as LegendListBase } from "./LegendList";
6
+ import { isArray } from "./helpers";
7
+ import type { LegendListProps, LegendListRef, LegendListRenderItemProps } from "./types";
8
+
9
+ // biome-ignore lint/complexity/noBannedTypes: This is a workaround for the fact that forwardRef is not typed
10
+ type TypedForwardRef = <T, P = {}>(
11
+ render: (props: P, ref: React.Ref<T>) => React.ReactNode,
12
+ ) => (props: P & React.RefAttributes<T>) => React.ReactNode;
13
+
14
+ const typedForwardRef = forwardRef as TypedForwardRef;
15
+
16
+ export interface LazyLegendListProps<ItemT, ListT>
17
+ extends Omit<LegendListProps<ItemT>, "data" | "keyExtractor" | "renderItem"> {
18
+ children?: React.ReactNode | undefined;
19
+ LegendList?: ListT;
20
+ }
21
+
22
+ const renderItem = ({ item }: LegendListRenderItemProps<any>) => item;
23
+
24
+ export const LazyLegendList = typedForwardRef(function LazyLegendList<
25
+ ItemT,
26
+ ListT extends
27
+ | typeof LegendListBase
28
+ | typeof AnimatedLegendList
29
+ | typeof ReanimatedLegendList = typeof LegendListBase,
30
+ >(props: LazyLegendListProps<ItemT, ListT>, forwardedRef: ForwardedRef<LegendListRef>) {
31
+ const { LegendList: LegendListProp, children, ...rest } = props;
32
+
33
+ const LegendListComponent = LegendListProp ?? LegendListBase;
34
+
35
+ const data = (isArray(children) ? children : React.Children.toArray(children)).flat(1);
36
+
37
+ return (
38
+ // @ts-expect-error TODO: Fix this type
39
+ <LegendListComponent {...rest} data={data} renderItem={renderItem} ref={forwardedRef} />
40
+ );
41
+ });
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ import { Platform, View, type ViewProps } from "react-native";
3
+
4
+ // Thanks to @hirbod
5
+ // https://gist.github.com/hirbod/03d487f40b4c091d2c56ebfb17dba7ed
6
+
7
+ const LeanViewComponent = React.forwardRef<View, ViewProps>((props, ref) => {
8
+ return React.createElement("RCTView", { ...props, ref });
9
+ });
10
+
11
+ LeanViewComponent.displayName = "RCTView";
12
+
13
+ // LeanView doesn't work well on web, and not sure how it works on other platforms,
14
+ // so just use it on iOS and Android for now. Could expand this later if we know it's safe
15
+ // for specific other platforms.
16
+ const LeanView = Platform.OS === "android" || Platform.OS === "ios" ? LeanViewComponent : View;
17
+
18
+ export { LeanView };