Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Last active November 3, 2021 21:05
Show Gist options
  • Save codigoconjuan/7d02cb231beda08d6a5e53a57efd6f7b to your computer and use it in GitHub Desktop.
Save codigoconjuan/7d02cb231beda08d6a5e53a57efd6f7b to your computer and use it in GitHub Desktop.
Fuentes para el Proyecto de React Native
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
pod 'RNVectorIcons', :path => '../node_modules/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>
@Mean123
Copy link

Mean123 commented Jul 28, 2020

ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment