IT기타

react native icon 라이브러리 설치, 활용

emilyyoo 2024. 12. 17. 18:54
728x90
반응형

 

 

***react native vector icons  검색해보면

 

아래 공식사이트 나옴.

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

 

GitHub - oblador/react-native-vector-icons: Customizable Icons for React Native with support for image source and full styling.

Customizable Icons for React Native with support for image source and full styling. - oblador/react-native-vector-icons

github.com

 

 

***설치.

yarn add react-native-vector-icons

npm install --save @react-native-vector-icons/

 

 

----> 그러면 아래 아이콘들 포함해서 다양한 아이콘 쓸 수 있음. 아래와 같이 쓸려는 이미지 검색후 활용.

 

 

 

***활용 


import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityIcons';

728x90
반응형