mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Remove remnants of the packager
Summary: There were still some references to "packager/" that are no longer used since the `packager` directory has been deleted after moving to Metro. Cleaned up the ones that were doing nothing and updated the references that are still meaningful. Closes https://github.com/facebook/react-native/pull/14881 Reviewed By: cpojer Differential Revision: D5380731 Pulled By: javache fbshipit-source-id: 1355268f48db47343d0d38fae2598b64c8c01475
This commit is contained in:
committed by
Facebook Github Bot
parent
6c2beaffdc
commit
6e13adbf56
@@ -12,7 +12,7 @@
|
||||
'use strict';
|
||||
|
||||
// This is a stub for flow to make it understand require('./icon.png')
|
||||
// See packager/src/Bundler/index.js
|
||||
// See metro-bundler/src/Bundler/index.js
|
||||
|
||||
var AssetRegistry = require('AssetRegistry');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user