mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a96d2068f3
Summary: We'd like to stop supporting `metro-memory-fs` - there are better alternatives out there. This replaces the one usage of `metro-memory-fs` in `react-native` with `memfs`, and swaps the dependency. Changelog: [Internal] Reviewed By: vzaidman Differential Revision: D78161921