Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7159a4e

Browse files
author
chaceliang
committed
Revert "[React Native] Remove layout-only nodes"
1 parent 7963add commit 7159a4e

File tree

13 files changed

+113
-2022
lines changed

13 files changed

+113
-2022
lines changed

Examples/UIExplorer/UIExplorer.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
14DC67F41AB71881001358AB /* libRCTPushNotification.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14DC67F11AB71876001358AB /* libRCTPushNotification.a */; };
4848
3578590A1B28D2CF00341EDB /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 357859011B28D2C500341EDB /* libRCTLinking.a */; };
4949
834C36EC1AF8DED70019C93C /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 834C36D21AF8DA610019C93C /* libRCTSettings.a */; };
50-
83686E801B39D26300CBA10B /* Test.includeRequire.runModule.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 83686E7F1B39D26300CBA10B /* Test.includeRequire.runModule.bundle */; };
5150
D85B829E1AB6D5D7003F4FE2 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D85B829C1AB6D5CE003F4FE2 /* libRCTVibration.a */; };
5251
/* End PBXBuildFile section */
5352

@@ -203,7 +202,6 @@
203202
14E0EEC81AB118F7000DECC3 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = ../../Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj; sourceTree = "<group>"; };
204203
357858F81B28D2C400341EDB /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = ../../Libraries/LinkingIOS/RCTLinking.xcodeproj; sourceTree = "<group>"; };
205204
58005BE41ABA80530062E044 /* RCTTest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTTest.xcodeproj; path = ../../Libraries/RCTTest/RCTTest.xcodeproj; sourceTree = "<group>"; };
206-
83686E7F1B39D26300CBA10B /* Test.includeRequire.runModule.bundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Test.includeRequire.runModule.bundle; sourceTree = "<group>"; };
207205
D85B82911AB6D5CE003F4FE2 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = ../../Libraries/Vibration/RCTVibration.xcodeproj; sourceTree = "<group>"; };
208206
/* End PBXFileReference section */
209207

@@ -353,7 +351,6 @@
353351
1497CFAB1B21F5E400C1F8F2 /* RCTUIManagerTests.m */,
354352
143BC57E1B21E18100462512 /* Info.plist */,
355353
14D6D7101B220EB3001FB087 /* libOCMock.a */,
356-
83686E7F1B39D26300CBA10B /* Test.includeRequire.runModule.bundle */,
357354
14D6D7011B220AE3001FB087 /* OCMock */,
358355
143BC57F1B21E18100462512 /* ReferenceImages */,
359356
);
@@ -748,7 +745,6 @@
748745
isa = PBXResourcesBuildPhase;
749746
buildActionMask = 2147483647;
750747
files = (
751-
83686E801B39D26300CBA10B /* Test.includeRequire.runModule.bundle in Resources */,
752748
);
753749
runOnlyForDeploymentPostprocessing = 0;
754750
};

Examples/UIExplorer/UIExplorerUnitTests/RCTUIManagerTests.m

Lines changed: 13 additions & 361 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)