mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
Introduce default config
Reviewed By: frantic Differential Revision: D2561344 fb-gh-sync-id: 651b8a199069f78e1ace2897ba4c0352aab7e3ea
This commit is contained in:
committed by
facebook-github-bot-3
parent
8e7cfcd053
commit
c6c97cbd9d
@@ -1,20 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
var blacklist = require('./node_modules/react-native/packager/blacklist');
|
||||
|
||||
var config = {
|
||||
getProjectRoots() {
|
||||
return [__dirname];
|
||||
},
|
||||
|
||||
getAssetRoots() {
|
||||
// speficy where to look for assets
|
||||
return [];
|
||||
},
|
||||
|
||||
getBlacklistRE(platform) {
|
||||
return blacklist(platform);
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user