Skip to content
New issue

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

[ Docs ] react-native-vector-icons #6

Open
onlyhappiness opened this issue Apr 4, 2023 · 2 comments
Open

[ Docs ] react-native-vector-icons #6

onlyhappiness opened this issue Apr 4, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@onlyhappiness
Copy link
Member

No description provided.

@onlyhappiness
Copy link
Member Author

npm install --save react-native-vector-icons
공식 문서

https://github.com/oblador/react-native-vector-icons

@onlyhappiness
Copy link
Member Author

android

android>app>build.gradle

// react-native-vector-icons
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

ios

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>

@onlyhappiness onlyhappiness pinned this issue Apr 4, 2023
@onlyhappiness onlyhappiness added the documentation Improvements or additions to documentation label Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant