mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-14 12:11:47 +08:00
Reviewed By: jeanlauliac Differential Revision: D5043919 fbshipit-source-id: ba6f47102747c0762a153cd860f8f61f090cf5d7
588 B
588 B
Glossary
Terminology commonly used in React Native Packager / Metro Bundler is explained here. This document is work in progress, please help completing it.
Build Root
Configuration files (rn-cli.config.js) support configuring one or more roots
that are watched for file changes during development. In the context of the
integration with the js_* rule family in Buck, there is only a single root,
the build root used by Buck.
Local Path
A local path / localPath is the path to a file relative to a
build root.