We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baae67f commit 54dc2e0Copy full SHA for 54dc2e0
src/components/bottomSheetScrollable/types.d.ts
@@ -224,6 +224,11 @@ export interface BottomSheetFlashListMethods {
224
225
getScrollableNode: () => any;
226
227
+ /**
228
+ * Recalculates viewable items.
229
+ */
230
+ updateViewableItems: () => void;
231
+
232
// TODO: use `unknown` instead of `any` for Typescript >= 3.0
233
setNativeProps: (props: { [key: string]: any }) => void;
234
}
0 commit comments