This commit is contained in:
ido 2016-04-17 10:20:13 +03:00
parent e56cd6d06a
commit 6353e88bdb
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function reactImport(options) {
if (options.native) {
return 'react-native';
}
if (options.targetVersion === '0.14.0') {
if (options.targetVersion === '0.14.0' || options.targetVersion === '0.15.0') {
return 'react';
}
return 'react/addons';