Skip to content

Commit

Permalink
build without fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 19, 2023
1 parent ee56b3d commit 18a9784
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 449 deletions.
6 changes: 3 additions & 3 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if linkage != nil
use_frameworks! :linkage => linkage.to_sym
end

ENV['RCT_NEW_ARCH_ENABLED'] = "1"
# ENV['RCT_NEW_ARCH_ENABLED'] = "1"

abstract_target 'Status' do
# Pods for StatusQuo
Expand All @@ -22,8 +22,8 @@ abstract_target 'Status' do

use_react_native!(:path => config[:reactNativePath],
# to enable hermes on iOS, change `false` to `true` and then install pods
:hermes_enabled => flags[:hermes_enabled],
:fabric_enabled => flags[:fabric_enabled],
:hermes_enabled => false,
:fabric_enabled => false,
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
Expand Down
Loading

0 comments on commit 18a9784

Please sign in to comment.