Skip to content

Commit

Permalink
chore: export internal hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jul 9, 2022
1 parent bd0a9de commit 603ac94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/bottomSheetScrollable/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { createBottomSheetScrollableComponent } from './createBottomSheetScrollableComponent';
export { default as BottomSheetSectionList } from './BottomSheetSectionList';
export { default as BottomSheetFlatList } from './BottomSheetFlatList';
export { default as BottomSheetScrollView } from './BottomSheetScrollView';
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export { useBottomSheetModalInternal } from './hooks/useBottomSheetModalInternal
export { useBottomSheetDynamicSnapPoints } from './hooks/useBottomSheetDynamicSnapPoints';
export { useScrollEventsHandlersDefault } from './hooks/useScrollEventsHandlersDefault';
export { useGestureEventsHandlersDefault } from './hooks/useGestureEventsHandlersDefault';
export { useBottomSheetGestureHandlers } from './hooks/useBottomSheetGestureHandlers';
export { useScrollHandler } from './hooks/useScrollHandler';
//#endregion

//#region components
Expand All @@ -39,6 +41,8 @@ export const {
TouchableOpacity,
TouchableWithoutFeedback,
} = BottomSheetTouchable;
// utils
export { createBottomSheetScrollableComponent } from './components/bottomSheetScrollable';
//#endregion

//#region types
Expand Down

0 comments on commit 603ac94

Please sign in to comment.