material community icons
-
[weather_app_6] 아이콘 변경, 앱 제작 완료프로젝트/[react]weather_app 2018. 5. 1. 16:13
이전 제작에 문제가 된 Mist, Haze 상태 추가 ionicon 대신 material community icons를 불러오자import { MaterialCommunityIcons } from "@expo/vector-icons"; 새로운 아이콘네임으로 변경const weatherCases = { Rain: { colors:["#00C6FB", "#005BEA"], title: "Raining", subtitle: "우산 챙기세요", icon: "weather-rainy" }, Clear: { colors:["#FEF253", "#FF7300"], title: "Sunny", subtitle: "날이 좋아요", icon: "weather-sunny" }, Thunderstorm: { colors:["..