Skip to content

Commit c8ae9f3

Browse files
committed
vector icons issues resolve
1 parent 0153046 commit c8ae9f3

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-template-nativego",
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"description": "Nativego is react native template to for a quick start.",
55
"scripts": {
66
"test": "exit 0"

template/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,4 @@ task copyDownloadableDepsToLibs(type: Copy) {
217217
}
218218

219219
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
220+
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

template/ios/HelloWorld/Info.plist

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,24 @@
5353
</array>
5454
<key>UIViewControllerBasedStatusBarAppearance</key>
5555
<false/>
56+
<key>UIAppFonts</key>
57+
<array>
58+
<string>AntDesign.ttf</string>
59+
<string>Entypo.ttf</string>
60+
<string>EvilIcons.ttf</string>
61+
<string>Feather.ttf</string>
62+
<string>FontAwesome.ttf</string>
63+
<string>FontAwesome5_Brands.ttf</string>
64+
<string>FontAwesome5_Regular.ttf</string>
65+
<string>FontAwesome5_Solid.ttf</string>
66+
<string>Foundation.ttf</string>
67+
<string>Ionicons.ttf</string>
68+
<string>MaterialCommunityIcons.ttf</string>
69+
<string>MaterialIcons.ttf</string>
70+
<string>Octicons.ttf</string>
71+
<string>SimpleLineIcons.ttf</string>
72+
<string>Zocial.ttf</string>
73+
<string>Fontisto.ttf</string>
74+
</array>
5675
</dict>
5776
</plist>

0 commit comments

Comments
 (0)