Skip to content

Commit

Permalink
Remove flashlist from index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lsdimagine authored and yayvery committed Feb 24, 2024
1 parent 3deb8cc commit 132a363
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/bottomSheetScrollable/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
export { createBottomSheetScrollableComponent } from './createBottomSheetScrollableComponent';
export { default as BottomSheetSectionList } from './BottomSheetSectionList';
export { default as BottomSheetFlashList } from './BottomSheetFlashList';
export { default as BottomSheetFlatList } from './BottomSheetFlatList';
export { default as BottomSheetScrollView } from './BottomSheetScrollView';
export { default as BottomSheetVirtualizedList } from './BottomSheetVirtualizedList';

export type {
BottomSheetFlashListMethods,
BottomSheetFlatListMethods,
BottomSheetScrollViewMethods,
BottomSheetSectionListMethods,
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export { useScrollableSetter } from './hooks/useScrollableSetter';
export {
BottomSheetScrollView,
BottomSheetSectionList,
BottomSheetFlashList,
BottomSheetFlatList,
BottomSheetVirtualizedList,
} from './components/bottomSheetScrollable';
Expand Down Expand Up @@ -56,7 +55,6 @@ export type { BottomSheetBackdropProps } from './components/bottomSheetBackdrop'
export type { BottomSheetFooterProps } from './components/bottomSheetFooter';

export type {
BottomSheetFlashListMethods,
BottomSheetFlatListMethods,
BottomSheetScrollViewMethods,
BottomSheetSectionListMethods,
Expand Down

0 comments on commit 132a363

Please sign in to comment.