Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- TS
- generic
- reactnative
- 배열중복요소제거
- javascript
- 슬라이딩윈도우
- set
- map
- app:compiledebugkotlin
- 안드로이드빌드에러
- mainapplication.kt
- 리액트네이티브아이콘
- interface
- async
- 페이지네이션
- app.post
- 상속
- 스크롤이벤트
- materialicons
- 이진탐색
- array
- supabase 페이지네이션
- Next.js
- react
- Filter
- 글또10기
- meatadata
- extends
- 타입스크립트
- Spring
Archives
- Today
- Total
목록2024/05/26 (1)
rhanziy
React Native - 아이콘 사용하기(react-native-vector-icons)
아이콘을 따로 저장하지않고 쉽게 불러와서 사용하기위해 라이브러리를 설치했다.yarn add react-native-vector-icons yarn add --dev @types/react-native-vector-icons ios그리고 생성된 node_modules/react-native-vector-icons 폴더에서 Fonts 파일은 xcode 프로젝트안에 드래그&드롭 info.plist 안에 아래 코드 추가 UIAppFonts AntDesign.ttf Entypo.ttf EvilIcons.ttf Feather.ttf FontAwesome.ttf FontAwesome5_Brands.ttf FontAwesome5_Regular.tt..
React Native
2024. 5. 26. 11:57