Skip to content

Commit

Permalink
Use more specific dependency React-Core (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo authored Mar 17, 2022
1 parent 8e15680 commit 3492191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-architecture-library-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\""
}

s.dependency "React"
s.dependency "React-Core"
s.dependency "React-RCTFabric" # This is for fabric component
s.dependency "React-Codegen"
s.dependency "RCT-Folly", folly_version
Expand Down

0 comments on commit 3492191

Please sign in to comment.