Skip to content

Magic Modal Release 8.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 01:10
61a4080

8.0.0 (2026-07-27)

⚠ BREAKING CHANGES

  • modal: the react-native-gesture-handler peer range moves from
    >=2.20.0 to >=3.0.0. usePanGesture only exists in 3.x, so there's no
    2.x-compatible path. The modal's own API is unchanged. A
    GestureHandlerRootView above the portal also becomes mandatory, since 3.x
    throws where 2.x only logged a warning. Expo SDK 55 still pins gesture-handler
    to 2.30, so Expo projects installing 3.x need it in expo.install.exclude, or
    can stay on react-native-magic-modal 7.x until Expo moves the pin.

🔨 Bug Fixes 🔨

🌠 New Features 🌠

  • modal: move swipe-to-dismiss onto gesture-handler's usePanGesture (#241) (61a4080)