Skip to content

Commit

Permalink
Remove REAInitializer (#5681)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
tomekzaw committed May 11, 2024
1 parent 325bd18 commit e6f5841
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
38 changes: 0 additions & 38 deletions apple/native/REAInitializer.h

This file was deleted.

30 changes: 0 additions & 30 deletions apple/native/REAInitializer.mm

This file was deleted.

0 comments on commit e6f5841

Please sign in to comment.