Skip to content

Commit

Permalink
chore(react-native-modals): Added useModalContainerPosition() to export
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin committed Sep 9, 2024
1 parent aa3b4ea commit 2c91079
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cuddly-fireants-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@relab/react-native-modals": patch
---

Added useModalContainerPosition() to export
3 changes: 2 additions & 1 deletion packages/react/react-native-modals/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './components'
export type { ModalProps, ModalDefinition } from './types'
export { ModalRegistry } from './registry'
export { build } from './build'
export { useModalContainerPosition } from './hooks/use-modal-container-position'
export * from './components'

0 comments on commit 2c91079

Please sign in to comment.