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: this package is now magic-modal on npm, renamed from react-native-magic-modal. The library is universal: since #334 the browser
bundle carries no Reanimated, gesture-handler or worklets, and the react-native prefix no longer fits what ships. react-native-magic-modal
keeps shipping at the same version, depending on magic-modal and re-exporting
it, so an existing install resolves to the same code; npm shows a deprecation
notice on it pointing here. Install magic-modal and update the import
specifier.
🔨 Bug Fixes 🔨
docs: serve the site from magic-modal.gabrieltaveira.dev (#337) (2e9790e), references #333#335
docs: update links to the renamed magic-modal repo (#333) (e4d1665)
modal: mount the iOS overlay only while modals are on screen (#329) (8577b56), references #328
🌠 New Features 🌠
modal: cut the web bundle by 82% (176.6 -> 32.2 KB gzip) (#334) (326b018)