Skip to content

Commit 69cb7af

Browse files
katsuhira02Danil
andauthored
ButtonReview add component (#76)
* ButtonReview add component * icons fix Co-authored-by: Danil <[email protected]>
1 parent bf3dd07 commit 69cb7af

File tree

9 files changed

+28494
-6030
lines changed

9 files changed

+28494
-6030
lines changed

ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ PODS:
337337
- React-jsi (= 0.67.4)
338338
- React-logger (= 0.67.4)
339339
- React-perflogger (= 0.67.4)
340+
- RNVectorIcons (9.1.0):
341+
- React-Core
340342
- Yoga (1.14.0)
341343
- YogaKit (1.18.1):
342344
- Yoga (~> 1.14)
@@ -395,6 +397,7 @@ DEPENDENCIES:
395397
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
396398
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
397399
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
400+
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
398401
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
399402

400403
SPEC REPOS:
@@ -473,6 +476,8 @@ EXTERNAL SOURCES:
473476
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
474477
ReactCommon:
475478
:path: "../node_modules/react-native/ReactCommon"
479+
RNVectorIcons:
480+
:path: "../node_modules/react-native-vector-icons"
476481
Yoga:
477482
:path: "../node_modules/react-native/ReactCommon/yoga"
478483

@@ -519,6 +524,7 @@ SPEC CHECKSUMS:
519524
React-RCTVibration: 3b52a7dced19cdb025b4f88ab26ceb2d85f30ba2
520525
React-runtimeexecutor: a9d3c82ddf7ffdad9fbe6a81c6d6f8c06385464d
521526
ReactCommon: 07d0c460b9ba9af3eaf1b8f5abe7daaad28c9c4e
527+
RNVectorIcons: 7923e585eaeb139b9f4531d25a125a1500162a0b
522528
Yoga: d6b6a80659aa3e91aaba01d0012e7edcbedcbecd
523529
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
524530

ios/eCommerce.xcodeproj/project.pbxproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1717
AEA0A480879642F4AD75F56E /* Metropolis-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 7B0D0F949E0245CF8D628D98 /* Metropolis-Bold.otf */; };
1818
BA6788E0ABC14556AECEAAA1 /* Metropolis-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = DD02EFD27D2347BA971647FD /* Metropolis-Medium.otf */; };
19-
F7994CF6273944508B75A3E0 /* Metropolis-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = E72C60D0DCF84A09B9EC26DC /* Metropolis-Regular.otf */; };
2019
EFC6981467174506B81391CD /* Metropolis-SemiBold.otf in Resources */ = {isa = PBXBuildFile; fileRef = E4219598A103453887EE00E1 /* Metropolis-SemiBold.otf */; };
20+
F7994CF6273944508B75A3E0 /* Metropolis-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = E72C60D0DCF84A09B9EC26DC /* Metropolis-Regular.otf */; };
2121
/* End PBXBuildFile section */
2222

2323
/* Begin PBXContainerItemProxy section */
@@ -43,15 +43,15 @@
4343
1D0AE47A65C8663E3B452821 /* Pods-eCommerce-eCommerceTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-eCommerce-eCommerceTests.release.xcconfig"; path = "Target Support Files/Pods-eCommerce-eCommerceTests/Pods-eCommerce-eCommerceTests.release.xcconfig"; sourceTree = "<group>"; };
4444
6423831EA8574132BED9D8CC /* libPods-eCommerce.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-eCommerce.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4545
6C97AB639B58BBB4B15BBE30 /* Pods-eCommerce-eCommerceTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-eCommerce-eCommerceTests.debug.xcconfig"; path = "Target Support Files/Pods-eCommerce-eCommerceTests/Pods-eCommerce-eCommerceTests.debug.xcconfig"; sourceTree = "<group>"; };
46+
7B0D0F949E0245CF8D628D98 /* Metropolis-Bold.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "Metropolis-Bold.otf"; path = "../src/assets/fonts/Metropolis-Bold.otf"; sourceTree = "<group>"; };
4647
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = eCommerce/LaunchScreen.storyboard; sourceTree = "<group>"; };
4748
ABFE59519B596E51CEFDCCC0 /* libPods-eCommerce-eCommerceTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-eCommerce-eCommerceTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4849
C0A881CF5CF3F2B244570E2A /* Pods-eCommerce.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-eCommerce.debug.xcconfig"; path = "Target Support Files/Pods-eCommerce/Pods-eCommerce.debug.xcconfig"; sourceTree = "<group>"; };
4950
D00AAFFCFCFDA5787532823F /* Pods-eCommerce.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-eCommerce.release.xcconfig"; path = "Target Support Files/Pods-eCommerce/Pods-eCommerce.release.xcconfig"; sourceTree = "<group>"; };
51+
DD02EFD27D2347BA971647FD /* Metropolis-Medium.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "Metropolis-Medium.otf"; path = "../src/assets/fonts/Metropolis-Medium.otf"; sourceTree = "<group>"; };
52+
E4219598A103453887EE00E1 /* Metropolis-SemiBold.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "Metropolis-SemiBold.otf"; path = "../src/assets/fonts/Metropolis-SemiBold.otf"; sourceTree = "<group>"; };
53+
E72C60D0DCF84A09B9EC26DC /* Metropolis-Regular.otf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = undefined; includeInIndex = 0; lastKnownFileType = unknown; name = "Metropolis-Regular.otf"; path = "../src/assets/fonts/Metropolis-Regular.otf"; sourceTree = "<group>"; };
5054
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
51-
7B0D0F949E0245CF8D628D98 /* Metropolis-Bold.otf */ = {isa = PBXFileReference; name = "Metropolis-Bold.otf"; path = "../src/assets/fonts/Metropolis-Bold.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
52-
DD02EFD27D2347BA971647FD /* Metropolis-Medium.otf */ = {isa = PBXFileReference; name = "Metropolis-Medium.otf"; path = "../src/assets/fonts/Metropolis-Medium.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
53-
E72C60D0DCF84A09B9EC26DC /* Metropolis-Regular.otf */ = {isa = PBXFileReference; name = "Metropolis-Regular.otf"; path = "../src/assets/fonts/Metropolis-Regular.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
54-
E4219598A103453887EE00E1 /* Metropolis-SemiBold.otf */ = {isa = PBXFileReference; name = "Metropolis-SemiBold.otf"; path = "../src/assets/fonts/Metropolis-SemiBold.otf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
5555
/* End PBXFileReference section */
5656

5757
/* Begin PBXFrameworksBuildPhase section */
@@ -146,6 +146,18 @@
146146
name = Products;
147147
sourceTree = "<group>";
148148
};
149+
8FCC34E5D9604C839FE8C334 /* Resources */ = {
150+
isa = PBXGroup;
151+
children = (
152+
7B0D0F949E0245CF8D628D98 /* Metropolis-Bold.otf */,
153+
DD02EFD27D2347BA971647FD /* Metropolis-Medium.otf */,
154+
E72C60D0DCF84A09B9EC26DC /* Metropolis-Regular.otf */,
155+
E4219598A103453887EE00E1 /* Metropolis-SemiBold.otf */,
156+
);
157+
name = Resources;
158+
path = "";
159+
sourceTree = "<group>";
160+
};
149161
E233CBF5F47BEE60B243DCF8 /* Pods */ = {
150162
isa = PBXGroup;
151163
children = (
@@ -158,18 +170,6 @@
158170
path = Pods;
159171
sourceTree = "<group>";
160172
};
161-
8FCC34E5D9604C839FE8C334 /* Resources */ = {
162-
isa = "PBXGroup";
163-
children = (
164-
7B0D0F949E0245CF8D628D98 /* Metropolis-Bold.otf */,
165-
DD02EFD27D2347BA971647FD /* Metropolis-Medium.otf */,
166-
E72C60D0DCF84A09B9EC26DC /* Metropolis-Regular.otf */,
167-
E4219598A103453887EE00E1 /* Metropolis-SemiBold.otf */,
168-
);
169-
name = Resources;
170-
sourceTree = "<group>";
171-
path = "";
172-
};
173173
/* End PBXGroup section */
174174

175175
/* Begin PBXNativeTarget section */

ios/eCommerce/Info.plist

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,22 @@
5757
<string>Metropolis-Medium.otf</string>
5858
<string>Metropolis-Regular.otf</string>
5959
<string>Metropolis-SemiBold.otf</string>
60+
<string>AntDesign.ttf</string>
61+
<string>Entypo.ttf</string>
62+
<string>EvilIcons.ttf</string>
63+
<string>Feather.ttf</string>
64+
<string>FontAwesome.ttf</string>
65+
<string>FontAwesome5_Brands.ttf</string>
66+
<string>FontAwesome5_Regular.ttf</string>
67+
<string>FontAwesome5_Solid.ttf</string>
68+
<string>Foundation.ttf</string>
69+
<string>Ionicons.ttf</string>
70+
<string>MaterialIcons.ttf</string>
71+
<string>MaterialCommunityIcons.ttf</string>
72+
<string>SimpleLineIcons.ttf</string>
73+
<string>Octicons.ttf</string>
74+
<string>Zocial.ttf</string>
75+
<string>Fontisto.ttf</string>
6076
</array>
6177
</dict>
6278
</plist>

0 commit comments

Comments
 (0)