⚠ BREAKING CHANGES
Minimum peer versions bumped to align with the React Native ecosystem required by Reanimated 4 and scheduleOnRN (replacing the deprecated runOnJS):
react>=18.0.0react-native>=0.81.0react-native-gesture-handler>=2.20.0react-native-reanimated>=4.0.0react-native-worklets>=0.5.0(optional peer; ships with Reanimated 4)
Consumers on older RN/Reanimated versions must upgrade their app before taking this release.
✨ Internal
- Replace deprecated
runOnJSwithscheduleOnRNfromreact-native-worklets - Kitchen-sink example bumped to Expo SDK 55 (RN 0.83.6, React 19.2, Reanimated 4.3.1) end-to-end
📦 Published
- npm: https://www.npmjs.com/package/react-native-magic-modal/v/7.0.1
- Verified working on iOS 26.5 simulator via a fresh Expo SDK 55 app smoke test
🔁 Notes
- Released as 7.0.1 (rather than 7.0.0) because release-it computed the bump against the npm registry's then-latest
6.1.0; semantically identical major release.