-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Unify feature flags for event loop #46953
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D64175216 |
|
This pull request was exported from Phabricator. Differential Revision: D64175216 |
b3c9fa2 to
590926b
Compare
Summary: Pull Request resolved: facebook#46953 Changelog: [internal] This unifies all the feature flags that control the new event loop on RN. Before, we'd have granular flags for different aspects of it. With this diff, we enable the event loop by default with bridgeless, and we introduce a new flag to explicitly disable it in that case if necessary. When we're ready to clean up this opt-out, we just need to remove the `&& !ReactNativeFeatureFlags::disableEventLoopOnBridgeless()` conditions. Reviewed By: javache Differential Revision: D64175216
|
This pull request was exported from Phabricator. Differential Revision: D64175216 |
Summary: Pull Request resolved: facebook#46953 Changelog: [internal] This unifies all the feature flags that control the new event loop on RN. Before, we'd have granular flags for different aspects of it. With this diff, we enable the event loop by default with bridgeless, and we introduce a new flag to explicitly disable it in that case if necessary. When we're ready to clean up this opt-out, we just need to remove the `&& !ReactNativeFeatureFlags::disableEventLoopOnBridgeless()` conditions. Reviewed By: javache Differential Revision: D64175216
590926b to
e282e88
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64175216 |
Summary: Pull Request resolved: facebook#46953 Changelog: [internal] This unifies all the feature flags that control the new event loop on RN. Before, we'd have granular flags for different aspects of it. With this diff, we enable the event loop by default with bridgeless, and we introduce a new flag to explicitly disable it in that case if necessary. When we're ready to clean up this opt-out, we just need to remove the `&& !ReactNativeFeatureFlags::disableEventLoopOnBridgeless()` conditions. Reviewed By: javache Differential Revision: D64175216
e282e88 to
6d864c6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64175216 |
Summary: Pull Request resolved: facebook#46953 Changelog: [internal] This unifies all the feature flags that control the new event loop on RN. Before, we'd have granular flags for different aspects of it. With this diff, we enable the event loop by default with bridgeless, and we introduce a new flag to explicitly disable it in that case if necessary. When we're ready to clean up this opt-out, we just need to remove the `&& !ReactNativeFeatureFlags::disableEventLoopOnBridgeless()` conditions. Reviewed By: javache Differential Revision: D64175216
6d864c6 to
1f3539f
Compare
…nabled Differential Revision: D64234056
Summary: Pull Request resolved: facebook#46953 Changelog: [internal] This unifies all the feature flags that control the new event loop on RN. Before, we'd have granular flags for different aspects of it. With this diff, we enable the event loop by default with bridgeless, and we introduce a new flag to explicitly disable it in that case if necessary. When we're ready to clean up this opt-out, we just need to remove the `&& !ReactNativeFeatureFlags::disableEventLoopOnBridgeless()` conditions. Reviewed By: javache Differential Revision: D64175216
|
This pull request was exported from Phabricator. Differential Revision: D64175216 |
1f3539f to
7bf810a
Compare
|
This pull request has been merged in 9e5b6e8. |
|
This pull request has been reverted by 85f1d9a. |
Summary:
Changelog: [internal]
This unifies all the feature flags that control the new event loop on RN. Before, we'd have granular flags for different aspects of it. With this diff, we enable the event loop by default with bridgeless, and we introduce a new flag to explicitly disable it in that case if necessary.
Differential Revision: D64175216