Skip to content

Mock REAInitializer for backward compatibility#4880

Merged
piaskowyk merged 1 commit intomainfrom
@piaskowyk/add-fallback-for-backward-compatibility
Aug 4, 2023
Merged

Mock REAInitializer for backward compatibility#4880
piaskowyk merged 1 commit intomainfrom
@piaskowyk/add-fallback-for-backward-compatibility

Conversation

@piaskowyk
Copy link
Member

Summary

Fixes #4631

In #4619 I removed REAInitializer because it is no longer needed. However, some brownfield apps still use it. This PR adds a mock for REAInitializer to ensure backward compatibility.

Test plan

CI

Copy link
Collaborator

@tjzel tjzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎬

@piaskowyk piaskowyk added this pull request to the merge queue Aug 4, 2023
Merged via the queue into main with commit 651d663 Aug 4, 2023
@piaskowyk piaskowyk deleted the @piaskowyk/add-fallback-for-backward-compatibility branch August 4, 2023 06:39
@tomekzaw tomekzaw mentioned this pull request Feb 18, 2024
github-merge-queue bot pushed a commit that referenced this pull request May 11, 2024
## Summary

In #4619 @piaskowyk removed `REAInitializer` because it was no longer
required.

To avoid a breaking change, in #4880 he restored `REAInitializer` with
no-op implementation for backward compatibility.

This PR removes `REAInitializer` which effectively does nothing since
3.5.0.
 
## Test plan

Build Example app on iOS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Native side not loading with custom AppDelegate.swift

3 participants