We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
npm install --save react-native-vector-icons
공식 문서 https://github.com/oblador/react-native-vector-icons
Sorry, something went wrong.
android>app>build.gradle
// react-native-vector-icons apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
ios > Podfile
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
ios >{프로젝트이름} > info.plist
<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>
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: