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
eb31af8: Fix dev hot-reload of new utility classes on Metro 0.83+ (Expo SDK 55/56)
The dev-mode haste "change" event now emits the modifiedFiles key (which Metro 0.83.6+ / 0.84.3+ reads) with a path relative to rootDir, instead of changedFiles with an absolute path. This stops the swallowed modifiedFiles is not iterable error and ensures the regenerated CSS virtual module is actually matched in Metro's graph and delivered to the connected client — so newly-added utility classes apply via Fast Refresh without a manual Metro restart.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
af3cdd0: Remove cssInterop registration for deprecated SafeAreaView from react-native. The import triggered a deprecation warning for all users, even those not using SafeAreaView. The SafeAreaView from react-native-safe-area-context remains supported.