mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
v0.71.0 in xplat/js
Reviewed By: yungsters Differential Revision: D7787035 fbshipit-source-id: 07defbbaa6fdc8f3016727fe6d6b1640efbf8ab6
This commit is contained in:
committed by
Facebook Github Bot
parent
c18d2a9669
commit
d0822c3bcc
@@ -77,9 +77,7 @@ const defaultRNConfig = {
|
||||
const name = pathToCommands.split(path.sep)[0];
|
||||
|
||||
return attachPackage(
|
||||
// $FlowFixMe non-literal require
|
||||
require(path.join(appRoot, 'node_modules', pathToCommands)),
|
||||
// $FlowFixMe non-literal require
|
||||
require(path.join(appRoot, 'node_modules', name, 'package.json'))
|
||||
);
|
||||
});
|
||||
|
||||
@@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
||||
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
||||
|
||||
[version]
|
||||
^0.70.0
|
||||
^0.71.0
|
||||
|
||||
Reference in New Issue
Block a user