From 3f9cdf910c192cb1a7f4accaabfbd2975f30fe8e Mon Sep 17 00:00:00 2001 From: Nicolas Sturm Date: Thu, 28 Feb 2019 09:41:03 -0300 Subject: [PATCH 1/2] Update README.md Add list of all fonts to copy & paste in the info.plist file --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index bdbbdedbb..01a4b0de3 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,34 @@ If you want to use any of the bundled icons, you need to add the icon fonts to y ![XCode screenshot](https://cloud.githubusercontent.com/assets/378279/12421498/2db1f93a-be88-11e5-89c8-2e563ba6251a.png) +
List of all fonts to copy & paste in info.plist + + ```xml + UIAppFonts + + AntDesign.ttf + Entypo.ttf + EvilIcons.ttf + Feather.ttf + FontAwesome.ttf + FontAwesome5_Brands.ttf + FontAwesome5_Regular.ttf + FontAwesome5_Solid.ttf + Foundation.ttf + Ionicons.ttf + MaterialIcons.ttf + MaterialCommunityIcons.ttf + SimpleLineIcons.ttf + Octicons.ttf + Zocial.ttf + + ``` + +
+ +
+ + _Note: you need to recompile your project after adding new fonts, also ensure that they also appear under **Copy Bundle Resources** in **Build Phases**._ If you want to use the TabBar/NavigatorIOS integration or use `getImageSource`, then you need to add `RNVectorIcons.xcodeproj` to **Libraries** and add `libRNVectorIcons.a` to **Link Binary With Libraries** under **Build Phases**. [More info and screenshots about how to do this is available in the React Native documentation](http://facebook.github.io/react-native/docs/linking-libraries-ios.html#content). From 454c1537e36b291e56e31360b55c4d0b5102cd4d Mon Sep 17 00:00:00 2001 From: Nicolas Sturm Date: Mon, 11 Mar 2019 15:28:27 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01a4b0de3..cd22641fb 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ If you want to use any of the bundled icons, you need to add the icon fonts to y ![XCode screenshot](https://cloud.githubusercontent.com/assets/378279/12421498/2db1f93a-be88-11e5-89c8-2e563ba6251a.png) -
List of all fonts to copy & paste in info.plist +
List of all available fonts to copy & paste in info.plist ```xml UIAppFonts