diff --git a/src/components/bottomSheetScrollable/types.d.ts b/src/components/bottomSheetScrollable/types.d.ts index e1fad22d6..e3b9831a4 100644 --- a/src/components/bottomSheetScrollable/types.d.ts +++ b/src/components/bottomSheetScrollable/types.d.ts @@ -224,6 +224,11 @@ export interface BottomSheetFlashListMethods { getScrollableNode: () => any; + /** + * Recalculates viewable items. + */ + updateViewableItems: () => void; + // TODO: use `unknown` instead of `any` for Typescript >= 3.0 setNativeProps: (props: { [key: string]: any }) => void; }