Skip to content

Commit

Permalink
chore: export BottomSheetFooterContainer component
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 23, 2022
1 parent d951b17 commit 4f63b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export { default as BottomSheetView } from './components/bottomSheetView';
export { default as BottomSheetTextInput } from './components/bottomSheetTextInput';
export { default as BottomSheetBackdrop } from './components/bottomSheetBackdrop';
export { default as BottomSheetFooter } from './components/bottomSheetFooter';
export { default as bottomSheetFooterContainer } from './components/bottomSheetFooterContainer/BottomSheetFooterContainer';

// touchables
import BottomSheetTouchable from './components/touchables';
Expand Down

0 comments on commit 4f63b0d

Please sign in to comment.