- [Feature]: Add Metro Visualizer: a bundle visualizer to see the modules that form your app.
- [Feature]:
inlineRequiresnow also affectimportstatements (Note: This is still experimental and it's under theexperimentalImportSupportconfig param). - [Improvement]: Native support for ES6 Module
import/export. This improves app performance by removing thebabelInteropRequire()wrappers around import calls (Note: This is still experimental and it's under theexperimentalImportSupportconfig param). - [Improvement]: Allow for passing an intermediate config directly to metro methods.