Skip to content

Instantly share code, notes, and snippets.

@Falconiere
Last active March 14, 2020 02:52
Show Gist options
  • Save Falconiere/f935fc080f09b1143141d9dffbae7685 to your computer and use it in GitHub Desktop.
Save Falconiere/f935fc080f09b1143141d9dffbae7685 to your computer and use it in GitHub Desktop.
This is the plist that I use to import the fonts for ios from react-native-vector-icons
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>
<string>Entypo.ttf</string>
<string>EvilIcons.ttf</string>
<string>Feather.ttf</string>
<string>FontAwesome.ttf</string>
<string>FontAwesome5_Brands.ttf</string>
<string>FontAwesome5_Regular.ttf</string>
<string>FontAwesome5_Solid.ttf</string>
<string>Foundation.ttf</string>
<string>Ionicons.ttf</string>
<string>MaterialIcons.ttf</string>
<string>MaterialCommunityIcons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Octicons.ttf</string>
<string>Zocial.ttf</string>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment