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

@@ -48,10 +48,6 @@ module.exports = yeoman.generators.NamedBase.extend({
{ 'Libraries\/react-native\/react-native-interface.js' : 'node_modules/react-native/Libraries/react-native/react-native-interface.js' }
);
this.fs.copy(
this.templatePath('rn-cli.config.js'),
this.destinationPath('rn-cli.config.js')
);
this.fs.copy(
this.templatePath('_gitignore'),
this.destinationPath('.gitignore')