Skip to content

Commit

Permalink
Update env values checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Sep 10, 2024
1 parent ac0e183 commit a7dd0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNLiveMarkdown.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Pod::Spec.new do |s|

install_modules_dependencies(s)

if ENV['USE_FRAMEWORKS'] && ENV['RCT_NEW_ARCH_ENABLED']
if ENV['USE_FRAMEWORKS'] == 'static' && ENV['RCT_NEW_ARCH_ENABLED'] == '1'
add_dependency(s, "React-FabricComponents", :additional_framework_paths => [
"react/renderer/textlayoutmanager/platform/ios",
"react/renderer/components/textinput/platform/ios",
]);
])
end

s.subspec "common" do |ss|
Expand Down

0 comments on commit a7dd0c3

Please sign in to comment.