Skip to content

Commit 710ab63

Browse files
Bartlomiej Bloniarzfacebook-github-bot
authored andcommitted
Bootstrap animation backend gtests for the commit hook (#56208)
Summary: Pull Request resolved: #56208 Differential Revision: D85753532
1 parent d1809f0 commit 710ab63

3 files changed

Lines changed: 657 additions & 0 deletions

File tree

packages/react-native/Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ let reactFabric = RNTarget(
432432
path: "ReactCommon/react/renderer",
433433
excludedPaths: [
434434
"animated/tests",
435+
"animationbackend/tests",
435436
"animations/tests",
436437
"attributedstring/tests",
437438
"core/tests",

packages/react-native/ReactCommon/React-Fabric.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Pod::Spec.new do |s|
7171

7272
s.subspec "animationbackend" do |ss|
7373
ss.source_files = podspec_sources("react/renderer/animationbackend/**/*.{m,mm,cpp,h}", "react/renderer/animationbackend/**/*.{h}")
74+
ss.exclude_files = "react/renderer/animationbackend/tests"
7475
ss.header_dir = "react/renderer/animationbackend"
7576
end
7677

0 commit comments

Comments
 (0)