- [Feature]: Add Metro Visualizer: a bundle visualizer to see the modules that form your app.
- [Feature]:
inlineRequires now also affect import statements (Note: This is still experimental and it's under the experimentalImportSupport config param).
- [Improvement]: Native support for ES6 Module
import/export. This improves app performance by removing the babelInteropRequire() wrappers around import calls (Note: This is still experimental and it's under the experimentalImportSupport config param).
- [Improvement]: Allow for passing an intermediate config directly to metro methods.
(list of commits since v0.45.0)