cksal0805 / noah_parking

๐Ÿš™ ์ฃผ์ฐจ์œ„์น˜๊ธฐ๋ก์–ดํ”Œ
0 stars 0 forks source link

๐Ÿ› ๋ฒ„๊ทธ - ์ฃผ์ฐจ ์œ„์น˜ ๋“ฑ๋ก ๋ชจ๋‹ฌ ์•„์ด์ฝ˜ ๋ฌผ์Œํ‘œ๋กœ ๋‚˜์˜ค๋Š” ์ด์Šˆ #2

Closed cksal0805 closed 2 years ago

cksal0805 commented 2 years ago

์ž‘์—…๋ธŒ๋žœ์น˜ issue/garbled-icon

๋‚ด์šฉ ์ฃผ์ฐจ ์œ„์น˜ ๋“ฑ๋ก ๋ชจ๋‹ฌ ์•„์ด์ฝ˜ ๋ฌผ์Œํ‘œ๋กœ ๋‚˜์˜ค๋Š” ์ด์Šˆ

์ถ”๊ฐ€์‚ฌํ•ญ react-native-vector-icons/Ionicons ๋ฅผ ์“ฐ๊ณ  ์žˆ๋Š”๋ฐ, ์ œ๋Œ€๋กœ ์ธ์‹์ด ์•ˆ๋˜๋Š” ๊ฒƒ ๊ฐ™์Œ

cksal0805 commented 2 years ago

๋‚ด ๋ฒ„์ „ "react-native-vector-icons": "^8.1.0"

ํ•ด๋‹น ๋ฒ„์ „ ์ด์ƒ ๋ถ€ํ„ฐ๋Š” xcode์—์„œ ์ˆ˜๋™์—ฐ๊ฒฐ ํ•ด์•ผํ•จ

  1. ํ”„๋กœ์ ํŠธ๋ฅผ ์šฐํด๋ฆญํ•œ ํ›„ New Group ๋ฉ”๋‰ด๋ฅผ ์„ ํƒํ•˜๊ณ  Fonts ๋ผ๋Š” ์ด๋ฆ„์œผ๋กœ ๊ทธ๋ฃน์„ ์ƒ์„ฑ
  2. node_modules/react-native-vector-icons/Fonts/ ์— ์žˆ๋Š” font๋“ค์„ Xcode์˜ Fonts ๊ทธ๋ฃน์œผ๋กœ ๋“œ๋ž˜๊ทธํ•˜๊ณ  finish
  3. ์—๋””ํ„ฐ์—์„œ ios/[project]/Info.plist ํŒŒ์ผ์„ ์—ด๊ณ  ์•„๋ž˜ ๋‚ด์šฉ ์ถ”๊ฐ€
    ...
    <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>