Skip to content

Commit

Permalink
fix(react-native-modals): Additional components for Bottom Sheet Moda…
Browse files Browse the repository at this point in the history
…l added to export
  • Loading branch information
sergeyzwezdin committed Sep 9, 2024
1 parent cf98688 commit a6a91c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-schools-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@relab/react-native-modals": patch
---

Additional components for Bottom Sheet Modal added to export
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// export * from './flat-list-modal'
export * from './flat-list-modal'
export * from './modal'
// export * from './scroll-modal'
// export * from './section-list-modal'
// export * from './virtualized-list-modal'
export * from './scroll-modal'
export * from './section-list-modal'
export * from './virtualized-list-modal'
export * from './modal-base'

0 comments on commit a6a91c2

Please sign in to comment.