A CLI tool extending the official Metro bundler to enable bundle splitting for React Native applications. Version 1.0.7 uses hash-based module IDs (content + path) for stability across projects, unlike the official incremental IDs or module-name-based approaches. It supports generating base and business bundles to optimize loading times. Stable module IDs are optional (use-stable-id flag). The tool is primarily for advanced React Native developers needing code splitting beyond Metro's defaults. No regular release cadence; appears maintained but not actively updated.
npm install metro-bundler-cliVerified import paths — ran on the pinned version, not inferred.
Shows how to generate a business bundle excluding a base bundle manifest, using stable IDs.
Add --use-stable-id true to the CLI command.
Consider using Metro's built-in bundle splitting or other maintained alternatives.
Run: npm install -g metro-bundler-cli or npm install --save metro-bundler-cli
Update to the latest version: npm update -g metro-bundler-cli
No dependency data recorded yet.