-
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
Remove some usages of RCT_NEW_ARCH_ENABLED #41589
Conversation
This pull request was exported from Phabricator. Differential Revision: D51498730 |
Base commit: 2a4338d |
Summary: This is a cleanup diffs that removes some of the usages of RCT_NEW_ARCH_ENABLED. Now that we are shipping all the pods, there is no need to conditionally compile-out part of the codebase depending on whether the new architecture is running or not. This change will not alter the behavior of the app. ## Changelog: [iOS][Breaking] - Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some **Swift** libraries might get broken by this change. Reviewed By: dmytrorykun Differential Revision: D51498730
5f95cd6
to
2b86526
Compare
This pull request was exported from Phabricator. Differential Revision: D51498730 |
Summary: This is a cleanup diffs that removes some of the usages of RCT_NEW_ARCH_ENABLED. Now that we are shipping all the pods, there is no need to conditionally compile-out part of the codebase depending on whether the new architecture is running or not. This change will not alter the behavior of the app. ## Changelog: [iOS][Breaking] - Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some **Swift** libraries might get broken by this change. Reviewed By: dmytrorykun Differential Revision: D51498730
2b86526
to
2b995ad
Compare
This pull request was exported from Phabricator. Differential Revision: D51498730 |
2b995ad
to
e8fe35b
Compare
Summary: This is a cleanup diffs that removes some of the usages of RCT_NEW_ARCH_ENABLED. Now that we are shipping all the pods, there is no need to conditionally compile-out part of the codebase depending on whether the new architecture is running or not. This change will not alter the behavior of the app. ## Changelog: [iOS][Breaking] - Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some **Swift** libraries might get broken by this change. Reviewed By: dmytrorykun Differential Revision: D51498730
This pull request was exported from Phabricator. Differential Revision: D51498730 |
Summary: This is a cleanup diffs that removes some of the usages of RCT_NEW_ARCH_ENABLED. Now that we are shipping all the pods, there is no need to conditionally compile-out part of the codebase depending on whether the new architecture is running or not. This change will not alter the behavior of the app. ## Changelog: [iOS][Breaking] - Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some **Swift** libraries might get broken by this change. Reviewed By: dmytrorykun Differential Revision: D51498730
e8fe35b
to
580736e
Compare
This pull request was exported from Phabricator. Differential Revision: D51498730 |
Summary: The RN_FABRIC_ENABLED has been deprecated and superseded by the RCT_NEW_ARCH_ENABLED for a while now. This change removes it, from the codebase as now we always have the Fabric pod available to the codebase. ## Changelog [Internal] - Remove RN_FABRIC_ENABLED flag Reviewed By: dmytrorykun Differential Revision: D51468332
Summary: This change remove a flag that is unused. ## Changelog [Internal] - Remove unused Flag Reviewed By: dmytrorykun Differential Revision: D51493765
Summary: This change always installs all the Pods for both architecture. This unify the behavior between iOS and Android. ## Changelog: [Internal] - Always install all the pods ## Facebook: The inly four pods that are changed when flipping between the new and the old arch with RNTester are: - MyNativeView - NativeCxxModuleExample - React-RCTAppDelegate - ScreenshotManager The only change there is the RCt_NEW_ARCH_ENABLED flag being set or not in those pods Reviewed By: dmytrorykun Differential Revision: D51494498
Summary: This is a cleanup diffs that removes some of the usages of RCT_NEW_ARCH_ENABLED. Now that we are shipping all the pods, there is no need to conditionally compile-out part of the codebase depending on whether the new architecture is running or not. This change will not alter the behavior of the app. ## Changelog: [iOS][Breaking] - Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some **Swift** libraries might get broken by this change. Reviewed By: dmytrorykun Differential Revision: D51498730
Summary: This is a cleanup diffs that removes some of the usages of RCT_NEW_ARCH_ENABLED. Now that we are shipping all the pods, there is no need to conditionally compile-out part of the codebase depending on whether the new architecture is running or not. This change will not alter the behavior of the app. ## Changelog: [iOS][Breaking] - Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some **Swift** libraries might get broken by this change. Reviewed By: dmytrorykun Differential Revision: D51498730
580736e
to
38a111f
Compare
This pull request was exported from Phabricator. Differential Revision: D51498730 |
38a111f
to
f6bfadc
Compare
This pull request was exported from Phabricator. Differential Revision: D51498730 |
This pull request has been merged in 951efc8. |
Summary: Pull Request resolved: facebook#41589 This is a cleanup diffs that removes some of the usages of RCT_NEW_ARCH_ENABLED. Now that we are shipping all the pods, there is no need to conditionally compile-out part of the codebase depending on whether the new architecture is running or not. This change will not alter the behavior of the app. ## Changelog: [iOS][Breaking] - Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some **Swift** libraries might get broken by this change. Reviewed By: dmytrorykun Differential Revision: D51498730 fbshipit-source-id: c83416480eea1f7bbc55f72c31e7b69ad0e9e01a
Summary:
This is a cleanup diffs that removes some of the usages of RCT_NEW_ARCH_ENABLED.
Now that we are shipping all the pods, there is no need to conditionally compile-out part of the codebase depending on whether the new architecture is running or not.
This change will not alter the behavior of the app.
Changelog:
[iOS][Breaking] - Remove some usages of RCT_NEW_ARCH_ENABLED. The change should be transparent BUT some Swift libraries might get broken by this change.
Differential Revision: D51498730