mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Setup the ShadowNode tree for RCTParagraphComponentViewTests (#29470)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/29470 Changelog: [Internal] - Build the framework of the RCTParagraphComponentViewTests and do some setup. I built a shadowNode tree here for future tests. Reviewed By: shergin Differential Revision: D22536626 fbshipit-source-id: c74b63b3319693b90c9d64b7f782a1a922b0d499
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d1c3c2d084
commit
c03a6aba49
@@ -30,7 +30,8 @@ Pod::Spec.new do |s|
|
||||
s.author = "Facebook, Inc. and its affiliates"
|
||||
s.platforms = { :ios => "10.0", :tvos => "10.0" }
|
||||
s.source = source
|
||||
s.source_files = "Fabric/**/*.{c,h,m,mm,S,cpp}"
|
||||
s.source_files = "Fabric/**/*.{c,h,m,mm,S,cpp}",
|
||||
"Tests/**/*.{mm}"
|
||||
s.exclude_files = "**/tests/*",
|
||||
"**/android/*",
|
||||
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
|
||||
|
||||
Reference in New Issue
Block a user