From 99044493ab5202da7962d85471907a9f2aea5d28 Mon Sep 17 00:00:00 2001 From: Nicolas Sturm Date: Mon, 11 Mar 2019 15:35:03 -0300 Subject: [PATCH] Add list of all fonts to copy & paste in the info.plist file (#957) * Update README.md Add list of all fonts to copy & paste in the info.plist file * Update README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 8ed7290e8..96b39139b 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 available 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).