Last active
November 3, 2021 21:05
-
-
Save codigoconjuan/7d02cb231beda08d6a5e53a57efd6f7b to your computer and use it in GitHub Desktop.
Fuentes para el Proyecto de React Native
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ty