Skip to content

Commit 54dc2e0

Browse files
Donald Chenyayvery
Donald Chen
authored andcommitted
update BottomSheetFlashListProps with updateViewableItems
1 parent baae67f commit 54dc2e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/bottomSheetScrollable/types.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ export interface BottomSheetFlashListMethods {
224224

225225
getScrollableNode: () => any;
226226

227+
/**
228+
* Recalculates viewable items.
229+
*/
230+
updateViewableItems: () => void;
231+
227232
// TODO: use `unknown` instead of `any` for Typescript >= 3.0
228233
setNativeProps: (props: { [key: string]: any }) => void;
229234
}

0 commit comments

Comments
 (0)