mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Made react installed via reac-native init strict to unbreak 15.1.0
This commit is contained in:
@@ -107,6 +107,6 @@ module.exports = yeoman.generators.NamedBase.extend({
|
||||
return;
|
||||
}
|
||||
|
||||
this.npmInstall(`react@${reactVersion}`, { '--save': true });
|
||||
this.npmInstall(`react@${reactVersion}`, { '--save': true, '--save-exact': true });
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user