-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the template to load the correct JS engine at runtime. #35095
Conversation
This pull request was exported from Phabricator. Differential Revision: D40710597 |
…ok#35095) Summary: Pull Request resolved: facebook#35095 This change will make sure that we load the correct JS engine at runtime, by using the BuildConfig flag that RNGP sets for us. This will solve a lot of noise in adb logcat for users seeing stacktraces mentioning failing to load `jscexecutor` library. This is also a breaking change, but as the API was not widely used nor advertised in the template, we should be fine by just mentioning this in the release notes. Changelog: [Android] [Changed] - Update the template to load the correct JS engine at runtime Differential Revision: D40710597 fbshipit-source-id: d47e6c538696428eec591afba53bb65a177ce927
This pull request was exported from Phabricator. Differential Revision: D40710597 |
0ee2c16
to
71c1faf
Compare
Base commit: 7d61b9d |
Base commit: 7d61b9d |
PR build artifact for 71c1faf is ready. |
PR build artifact for 71c1faf is ready. |
This pull request was successfully merged by @cortinico in 2097278. When will my fix make it into a release? | Upcoming Releases |
…ok#35095) Summary: Pull Request resolved: facebook#35095 This change will make sure that we load the correct JS engine at runtime, by using the BuildConfig flag that RNGP sets for us. This will solve a lot of noise in adb logcat for users seeing stacktraces mentioning failing to load `jscexecutor` library. This is also a breaking change, but as the API was not widely used nor advertised in the template, we should be fine by just mentioning this in the release notes. Changelog: [Android] [Changed] - Update the template to load the correct JS engine at runtime Reviewed By: cipolleschi Differential Revision: D40710597 fbshipit-source-id: d59a7a52b22a9bf273ea89094c6620c3ecf6eb00
Summary:
This change will make sure that we load the correct JS engine at runtime,
by using the BuildConfig flag that RNGP sets for us.
This will solve a lot of noise in adb logcat for users seeing
stacktraces mentioning failing to load
jscexecutor
library.This is also a breaking change, but as the API was not widely used nor
advertised in the template, we should be fine by just mentioning this in the release notes.
Changelog:
[Android] [Changed] - Update the template to load the correct JS engine at runtime
Differential Revision: D40710597