-
-
Notifications
You must be signed in to change notification settings - Fork 1.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 REAInitializerRCTFabricSurface
#6837
Conversation
Finally! 😮 |
packages/react-native-reanimated/apple/reanimated/apple/REAModule.mm
Outdated
Show resolved
Hide resolved
packages/react-native-reanimated/apple/reanimated/apple/REAModule.mm
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are all those other changes done here, are they strictly connected to REAInitializerRCTFabricSurface
removal? Or do they remove the bridge
path completely? Or is there some other reason?
@WoLewicki That PR also drops support for bridge-full mode |
I've tested it with reloads on both Paper and Fabric, and everything works fine 👍 |
Summary
This PR cleans up the Reanimated initialization process for iOS on Fabric. The primary motivation for these changes is to remove
REAInitializerRCTFabricSurface
, which was used as a workaround to access the surface presenter on the new architecture in bridge-full mode.