-
vector-icons : 리액트 네이티브에서 벡터 아이콘 사용하기개인 공부/React Native 2021. 7. 10. 20:45
import { MaterialCommunityIcons } from '@expo/vector-icons';
vector-icons는 Expo 프로젝트에서 기본으로 설치되는 라이브러리이며 위와 같이 import 해서 사용한다.
이외에도 react-native-vector-icons 라이브러리를 설치하여 벡터 아이콘을 사용할 수도 있다.
vector-icons 에서 제공하는 아이콘 목록
@expo/vector-icons directory
icons.expo.fyi
react-native-vector-icons 공식 깃허브
oblador/react-native-vector-icons
Customizable Icons for React Native with support for image source and full styling. - oblador/react-native-vector-icons
github.com
'개인 공부 > React Native' 카테고리의 다른 글
스택 네비게이션의 특정 화면에서 탭 네비게이션을 숨기는 방법 (0) 2021.07.17 처음 배우는 리액트 네이티브 : 7~8장 정리 (0) 2021.03.29 리액트 네이티브를 위한 자바스크립트 문법 정리 (0) 2021.03.27 처음 배우는 리액트 네이티브 : 6장 Hooks (0) 2021.03.27 처음 배우는 리액트 네이티브 : 4장 정리 (0) 2021.03.17