Skip to content

Commit

Permalink
Add hybrid app support
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Sep 10, 2024
1 parent 6d1f2ae commit ac0e183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RNLiveMarkdown.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Pod::Spec.new do |s|
install_modules_dependencies(s)

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

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

0 comments on commit ac0e183

Please sign in to comment.