-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple Metro config from CLI config (#30)
* Initial commit - delete Metro-related config * Rewrite of the config, part 2 * Finish adopting link & unlink to new config format * Rewrite 'server' command and the way we load config * Fix errors and make server run * Use require.resolve * Simplify runServer code * Updates to the config * Remove duplicate platforms * Use real and unified project root * Fix projectRoots * Unifiy root paths * Remove projectRoot from type * Leave two todos for tomororw * Use projectRoot to read the root * Fix projectRoot and implement config again * Improve Metro config * Fix configuration again * Fix remaining Flow issues inside bundle * Fix two failing test suites * Fix getDependencyConfig tests and use snapshots * Remove console * Fix remaining Jest tests * Remove console.log * Fix issues with link/unlink tested in production * Add legacy config to avoid breaking changes * Fix a typo * Exclude React Native CLI from being linked * Remove console.log from production code * Update getCommands.js * Update loadMetroConfig.js * Update package.json * Update package.json
- Loading branch information
Showing
40 changed files
with
1,440 additions
and
874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.