Cleanup the template documentation after RNGP & hermesEnabled to gradle.properties#35108
Cleanup the template documentation after RNGP & hermesEnabled to gradle.properties#35108cortinico wants to merge 1 commit into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D40762872 |
a37d7cd to
2af254c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D40762872 |
2af254c to
6a24791
Compare
|
This pull request was exported from Phabricator. Differential Revision: D40762872 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D40762872 |
6a24791 to
bae6f3d
Compare
…le.properties (facebook#35108) Summary: Pull Request resolved: facebook#35108 I've rewritten the comment in the android/app/build.gradle. They were really old, contained wrong links and most of the people ignored it. I've also moved the enabling of Hermes to the `gradle.properties` file. RNGP still supports the old method, but we must be sure that we notify library authors if they were reading project.ext.react.enableHermes in the past (also the website needs to be updated). I've also cleaned up the CircleCI setup as now we can specify Hermes enabled/disabled via the CLI (this will also make easier to do e2e testing). Changelog: [Android] [Changed] - Cleanup the template documentation after RNGP & hermesEnabled to gradle.properties Reviewed By: cipolleschi Differential Revision: D40762872 fbshipit-source-id: 58fd2c87b3460da21f2560d7beb93710b626cda5
bae6f3d to
be72feb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D40762872 |
Base commit: ba5454c |
Base commit: ba5454c |
|
PR build artifact for be72feb is ready. |
|
PR build artifact for be72feb is ready. |
|
This pull request was successfully merged by @cortinico in 6a43faf. When will my fix make it into a release? | Upcoming Releases |
Summary:
I've rewritten the comment in the android/app/build.gradle.
They were really old, contained wrong links and most of the people ignored it.
I've also moved the enabling of Hermes to the
gradle.propertiesfile.RNGP still supports the old method, but we must be sure that we notify
library authors if they were reading project.ext.react.enableHermes in the past
(also the website needs to be updated).
I've also cleaned up the CircleCI setup as now we can specify Hermes enabled/disabled
via the CLI (this will also make easier to do e2e testing).
Changelog:
[Android] [Changed] - Cleanup the template documentation after RNGP & hermesEnabled to gradle.properties
Differential Revision: D40762872