Skip to content

Commit 96373c6

Browse files
lsdimagineyayvery
authored andcommitted
Remove flashlist from index.ts
1 parent 4e607e8 commit 96373c6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/bottomSheetScrollable/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
export { createBottomSheetScrollableComponent } from './createBottomSheetScrollableComponent';
22
export { default as BottomSheetSectionList } from './BottomSheetSectionList';
3-
export { default as BottomSheetFlashList } from './BottomSheetFlashList';
43
export { default as BottomSheetFlatList } from './BottomSheetFlatList';
54
export { default as BottomSheetScrollView } from './BottomSheetScrollView';
65
export { default as BottomSheetVirtualizedList } from './BottomSheetVirtualizedList';
76

87
export type {
9-
BottomSheetFlashListMethods,
108
BottomSheetFlatListMethods,
119
BottomSheetScrollViewMethods,
1210
BottomSheetSectionListMethods,

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export { useScrollableSetter } from './hooks/useScrollableSetter';
2424
export {
2525
BottomSheetScrollView,
2626
BottomSheetSectionList,
27-
BottomSheetFlashList,
2827
BottomSheetFlatList,
2928
BottomSheetVirtualizedList,
3029
} from './components/bottomSheetScrollable';
@@ -56,7 +55,6 @@ export type { BottomSheetBackdropProps } from './components/bottomSheetBackdrop'
5655
export type { BottomSheetFooterProps } from './components/bottomSheetFooter';
5756

5857
export type {
59-
BottomSheetFlashListMethods,
6058
BottomSheetFlatListMethods,
6159
BottomSheetScrollViewMethods,
6260
BottomSheetSectionListMethods,

0 commit comments

Comments
 (0)