react-native/packager
Christoph Pojer 48edba9e53 Update README
Reviewed By: jeanlauliac

Differential Revision: D5183348

fbshipit-source-id: d71bd7a6c5f20cd8954072814918adf4194abc57
2017-06-06 03:30:56 -07:00
..
src Revert D5129231: packager: enable throwOnModuleCollision for jest-haste-map 2017-06-05 04:01:15 -07:00
.eslintrc Add `"node"` env to packager `.eslintrc` 2017-05-19 07:32:36 -07:00
Glossary.md Add glossary, some renames 2017-05-11 16:47:43 -07:00
README.md Update README 2017-06-06 03:30:56 -07:00
package.json Move remaining Metro Bundler files around. 2017-05-31 11:17:41 -07:00
rn-babelrc.json Remove `react-packager` indirection. 2017-02-02 05:44:15 -08:00

README.md

metro-bundler

🚇 The JavaScript bundler for React Native.

  • 🚅 Fast: We aim for sub-second reload cycles, fast startup and quick bundling speeds.
  • ⚖️ Scalable: Works with thousands of modules in a single application.
  • ⚛️ Integrated: Supports every React Native project out of the box.

This project was previously part of the react-native repository. In this smaller repository it is easier for the team working on Metro Bundler to respond to both issues and pull requests. See react-native#13976 for the initial announcement.