-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes rn-tester bundled images examples (#44482)
Summary: Fixes rn-tester bundled images example Before: ![image](https://github.com/facebook/react-native/assets/5061845/d33ae01b-f1de-4918-882e-b01be7e1df6f) After: ![image](https://github.com/facebook/react-native/assets/5061845/19ff2702-e7b3-4cb0-b48b-46c270b1114d) ## Changelog: [IOS] [FIXED] - Fixes rn-tester bundled images examples Pull Request resolved: #44482 Test Plan: N/L Reviewed By: dmytrorykun Differential Revision: D65757405 Pulled By: cipolleschi fbshipit-source-id: 29a82acacee58d803f2bfea93444adae6aee1b79
- Loading branch information
1 parent
16eb53b
commit 8cbc7c3
Showing
7 changed files
with
5 additions
and
28 deletions.
There are no files selected for viewing
Binary file not shown.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
packages/rn-tester/RNTester/RNTesterBundle/OtherImages.xcassets/Contents.json
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
...r/RNTester/RNTesterBundle/OtherImages.xcassets/ImageInAssetCatalog.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-34.7 KB
...RNTesterBundle/OtherImages.xcassets/ImageInAssetCatalog.imageset/react-logo.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
|
||
/* Begin PBXBuildFile section */ | ||
08E25EBE4A584CD7B70FBB1E /* libPods-RNTester.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D74056A5352F0925816E50E0 /* libPods-RNTester.a */; }; | ||
0EA618032BE537D3001875EF /* RNTesterBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0EA618022BE537D3001875EF /* RNTesterBundle.bundle */; }; | ||
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; | ||
2DDEF0101F84BF7B00DBDF73 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2DDEF00F1F84BF7B00DBDF73 /* Images.xcassets */; }; | ||
383889DA23A7398900D06C3E /* RCTConvert_UIColorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 383889D923A7398900D06C3E /* RCTConvert_UIColorTests.m */; }; | ||
|
@@ -78,6 +79,7 @@ | |
/* End PBXContainerItemProxy section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
0EA618022BE537D3001875EF /* RNTesterBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = RNTesterBundle.bundle; path = RNTester/RNTesterBundle.bundle; sourceTree = "<group>"; }; | ||
13B07F961A680F5B00A75B9A /* RNTester.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RNTester.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = RNTester/AppDelegate.h; sourceTree = "<group>"; }; | ||
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RNTester/Info.plist; sourceTree = "<group>"; }; | ||
|
@@ -280,6 +282,7 @@ | |
83CBB9F61A601CBA00E9B192 = { | ||
isa = PBXGroup; | ||
children = ( | ||
0EA618022BE537D3001875EF /* RNTesterBundle.bundle */, | ||
13B07FAE1A68108700A75B9A /* RNTester */, | ||
E7DB20A022B2BA84005AC45F /* RNTesterUnitTests */, | ||
E7DB215422B2F332005AC45F /* RNTesterIntegrationTests */, | ||
|
@@ -483,6 +486,7 @@ | |
files = ( | ||
2DDEF0101F84BF7B00DBDF73 /* Images.xcassets in Resources */, | ||
8145AE06241172D900A3F8DA /* LaunchScreen.storyboard in Resources */, | ||
0EA618032BE537D3001875EF /* RNTesterBundle.bundle in Resources */, | ||
F0D621C32BBB9E38005960AC /* PrivacyInfo.xcprivacy in Resources */, | ||
3D2AFAF51D646CF80089D1A3 /* [email protected] in Resources */, | ||
); | ||
|