Enable useFabricInterop for Stable in OSS#50237
Closed
arushikesarwani94 wants to merge 1 commit intofacebook:mainfrom
Closed
Enable useFabricInterop for Stable in OSS#50237arushikesarwani94 wants to merge 1 commit intofacebook:mainfrom
arushikesarwani94 wants to merge 1 commit intofacebook:mainfrom
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71751048 |
6037418 to
31b68ea
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71751048 |
31b68ea to
bb363a9
Compare
bb363a9 to
e9d723d
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71751048 |
e9d723d to
7c529e7
Compare
7c529e7 to
eb8736a
Compare
Summary: Pull Request resolved: facebook#50237 Enabling `useFabricInterop` for Stable in OSS just as done in Android here: https://github.com/facebook/react-native/blob/26ca802e8462e978282180e6cfd65e644d67bbc7/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsOverrides_RNOSS_Stable_Android.kt#L15 **Changelog:** [iOS][Added] Enabled `useFabricInterop` by default in OSS Reviewed By: cipolleschi Differential Revision: D71751048
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71751048 |
eb8736a to
eb6a9df
Compare
Contributor
|
This pull request has been merged in 21c858c. |
Collaborator
|
This pull request was successfully merged by @arushikesarwani94 in 21c858c When will my fix make it into a release? | How to file a pick request? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Enabling
useFabricInteropfor Stable in OSS just as done in Android here:react-native/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsOverrides_RNOSS_Stable_Android.kt
Line 15 in 26ca802
Changelog:
[iOS][Added] Enabled
useFabricInteropby default in OSSDifferential Revision: D71751048