You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.