File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-template-nativego" ,
3
- "version" : " 1.3.12 " ,
3
+ "version" : " 1.3.13 " ,
4
4
"description" : " Nativego is react native template to for a quick start." ,
5
5
"scripts" : {
6
6
"test" : " exit 0"
Original file line number Diff line number Diff line change @@ -217,3 +217,4 @@ task copyDownloadableDepsToLibs(type: Copy) {
217
217
}
218
218
219
219
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"
Original file line number Diff line number Diff line change 53
53
</array >
54
54
<key >UIViewControllerBasedStatusBarAppearance </key >
55
55
<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 >
56
75
</dict >
57
76
</plist >
You can’t perform that action at this time.
0 commit comments