Uh oh!
There was an error while loading. Please reload this page.
Fix wrong root path in RNTester gradle config - #18553
Conversation
pull-bot
commented
Mar 25, 2018
Generated by 🚫 dangerJS |
janicduplessis
commented
Mar 25, 2018
👍 @facebook-github-bot shipit |
janicduplessis
commented
Mar 30, 2018
@facebook-github-bot shipit |
Hey, it looks like we're hitting a bug where @facebook-github-bot can make regular comments but cannot make review comments on this pull request (which is interfering with our ability to import this PR). @sunnylqm: is it possible that you've blocked the @facebook-github-bot user? |
sunnylqm
commented
Apr 4, 2018
@yns88 That's right! Just unblocked. It annoyed me a lot before. 🤣 |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@mdvacca is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Currrent(0.54-stable) root path in RNTester gradle config would cause a failure when trying to compile a release version for RNTester: ``` module.js:545 throw err; ^ Error: Cannot find module ’TheParentDirectoryOfCurrentRepo/local-cli/cli.js' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:470:25) at Function.Module.runMain (module.js:690:10) at startup (bootstrap_node.js:194:16) at bootstrap_node.js:666:3 :RNTester:android:app:bundleReleaseJsAndAssets FAILED ``` [ANDROID] [INTERNAL] [RNTester] - Fix wrong root path in RNTester gradle config Closesreact#18553 Differential Revision: D7488301 Pulled By: mdvacca fbshipit-source-id: b49a01820957eb77daeca9c0949f662b668f2bd1
Summary: Currrent(0.54-stable) root path in RNTester gradle config would cause a failure when trying to compile a release version for RNTester: ``` module.js:545 throw err; ^ Error: Cannot find module ’TheParentDirectoryOfCurrentRepo/local-cli/cli.js' at Function.Module._resolveFilename (module.js:543:15) at Function.Module._load (module.js:470:25) at Function.Module.runMain (module.js:690:10) at startup (bootstrap_node.js:194:16) at bootstrap_node.js:666:3 :RNTester:android:app:bundleReleaseJsAndAssets FAILED ``` [ANDROID] [INTERNAL] [RNTester] - Fix wrong root path in RNTester gradle config Closesreact/react-native#18553 Differential Revision: D7488301 Pulled By: mdvacca fbshipit-source-id: b49a01820957eb77daeca9c0949f662b668f2bd1
Currrent(0.54-stable) root path in RNTester gradle config would cause a failure when trying to compile a release version for RNTester:
Release Notes
[ANDROID] [INTERNAL] [RNTester] - Fix wrong root path in RNTester gradle config