-
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
Pass reactNativeConfig to HermesInstance when not using the native module version #41082
Conversation
a3a153e
to
c8b0a66
Compare
This pull request was exported from Phabricator. Differential Revision: D50450488 |
c8b0a66
to
c59952c
Compare
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
c59952c
to
f116599
Compare
This pull request was exported from Phabricator. Differential Revision: D50450488 |
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
f116599
to
4f1f22e
Compare
This pull request was exported from Phabricator. Differential Revision: D50450488 |
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
4f1f22e
to
66817c1
Compare
This pull request was exported from Phabricator. Differential Revision: D50450488 |
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
66817c1
to
9311e6d
Compare
This pull request was exported from Phabricator. Differential Revision: D50450488 |
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
This pull request was exported from Phabricator. Differential Revision: D50450488 |
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
9311e6d
to
911fca5
Compare
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
Base commit: 79d620d |
This pull request was exported from Phabricator. Differential Revision: D50450488 |
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
911fca5
to
4453826
Compare
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
4453826
to
b7cddf7
Compare
This pull request was exported from Phabricator. Differential Revision: D50450488 |
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
b7cddf7
to
7dfce4e
Compare
This pull request was exported from Phabricator. Differential Revision: D50450488 |
…dule version (facebook#41082) Summary: We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488
7dfce4e
to
480335e
Compare
This pull request was exported from Phabricator. Differential Revision: D50450488 |
This pull request has been merged in 4bf96f1. |
…dule version (facebook#41082) Summary: Pull Request resolved: facebook#41082 We're testing a method to access `ReactNativeConfig` without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler. When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355). Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D50450488 fbshipit-source-id: 77f0369f93bb7175c569d51b0569669552a13acf
Summary:
We're testing a method to access
ReactNativeConfig
without a dependency on native modules, so we can access it before that infra is initialized in places like Hermes or RuntimeScheduler.When we're in that variant, this passes the configuration to Hermes so we can use it to set flags in the runtime (like enabling microtasks in D50177355).
Changelog: [internal]
Differential Revision: D50450488