Introduce default config

Reviewed By: frantic

Differential Revision: D2561344

fb-gh-sync-id: 651b8a199069f78e1ace2897ba4c0352aab7e3ea
This commit is contained in:
Martín Bigio
2015-10-20 16:58:13 -07:00
committed by facebook-github-bot-3
parent 8e7cfcd053
commit c6c97cbd9d
5 changed files with 59 additions and 30 deletions

View File

@@ -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;