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 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"
Original file line number Diff line number Diff line change @@ -217,3 +217,4 @@ task copyDownloadableDepsToLibs(type: Copy) {
217217}
218218
219219apply 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 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 >
You can’t perform that action at this time.
0 commit comments