Skip to content

Commit

Permalink
[iOS] enable new architecture for react-native
Browse files Browse the repository at this point in the history
This commit enables `Fabric` and `Hermes` for `iOS` and in my initial tests the app seemed to behave well.
We can't do this for Android yet because the blur view implementation is not ported to `Fabric` properly.
needed for #18138

Please check builds from this PR to see if you notice any performance improvements or degradation.

Please smoke test the iOS builds to see if there are any crashes.

- iOS

status: ready
  • Loading branch information
siddarthkay committed Apr 24, 2024
1 parent 9db49b8 commit cb05db7
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 162 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ abstract_target 'Status' do
use_react_native!(
:path => config[:reactNativePath],
:fabric_enabled => flags[:fabric_enabled],
:hermes_enabled => false,
:hermes_enabled => true,
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
Expand Down

0 comments on commit cb05db7

Please sign in to comment.