mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +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
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user