3.7.0 (2025-06-30)
Bug Fixes
- add missing modifier to
GestureHandler
gesture callback (b20dc5d) - add warning when both animation functions & configs are provided (c04ecac)
- make
useModal()
stable (c0af04a), closes #132 - prevent erroneous config warning (89f657e)
- prevent
useInsertionEffect
warning on RN 0.78+ (4ba69ef), closes #180 - remove duplicates when calling
ModalState.queueClosingAction()
(65bda78), closes #157
Features
- implement new
backdropPosition
modal option (6fc5c6e), closes #150 - implement new
setModalOptions
modal component prop (087a441)