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
반응형
'IT기타' 카테고리의 다른 글
| 안드로이드 앱개발 - next js 프로젝트 세팅 (1) | 2024.12.19 |
|---|---|
| [안드로이드 개발]에뮬레이터에서 아이콘이 표시되지 않을때 (0) | 2024.12.18 |
| react-native-safe-area-context를 버전 충돌 없이 설치 (0) | 2024.12.17 |
| React Navigation과 관련 종속성을 한 번에 설치하려면 (0) | 2024.12.16 |
| Task :react-native-safe-area-context:compileDebugKotlin FAILED (1) | 2024.12.15 |