Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Access Key 생성
- s3 upload
- react native 세팅
- react native
- 리액트
- Next.js
- 문자열 대소문자
- babel.config.js
- PongWorld
- react native 개발
- react native CLI
- 리엑트 네이티브 아이콘
- fire base
- Project
- React
- firebase 라이브러리
- 백준
- error
- react native picker
- aws bucket 정책
- 리액트 네이티브
- GIT
- AWS Access Key
- 에러
- 문자열 대소문자 구별
- AWS
- 리액트 네이티브 에러
- js
- img upload
- react native font
Archives
- Today
- Total
밝을희 클태
[react-native] vector-icons 사용, 설치 방법 본문
github
https://github.com/oblador/react-native-vector-icons
설치
$ npm install --save react-native-vector-icons
라이브러리 연결
아래부터는 쉬운 방법이라는데 나는 해봤는데 안된다.... 아이콘 하나 설치하기 힘들다...
그래도 해보실 분들은
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
...
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<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>MaterialCommunityIcons.ttf</string>
<string>MaterialIcons.ttf</string>
<string>Octicons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>Fontisto.ttf</string>
</array>
</dict>
ios/projectName/info.plist
하단에 위의 코드를 붙여넣고
xcode에서
$ cmd + shift + K
를 눌러 Clean Build Folder를 해주고 새로 빌드 해주면 설치 끝
새로운 라이브러리 연결 방법
그리고 마지막으로!
$ cmd + shift + K
클린 빌드 하고 다시 빌드하면
드디어 나온다