Skip to content

Magic Modal Release 7.0.1

Latest

Choose a tag to compare

@GSTJ GSTJ released this 19 May 14:46
808e427

⚠ 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.0
  • react-native >=0.81.0
  • react-native-gesture-handler >=2.20.0
  • react-native-reanimated >=4.0.0
  • react-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 runOnJS with scheduleOnRN from react-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

🔁 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.