강의

멘토링

커뮤니티

Inflearn Community Q&A

ehddnjs89898388's profile image
ehddnjs89898388

asked

React Native로 날씨앱 만들기

Hooking the component to the weather data

핸드폰으로 동작을 하지 않습니다...

Written on

·

276

0

핸드폰으로 동작을 하지 않네요..

시뮬레이터 상에서는 잘 동작하는데 휴대폰에서는

TypeError: undefined is not an object(evaluating 'weatherCases[weatherName].color')

에러가 발생합니다.

weatherName으로 prop을 받으나 그것을 undefined로 인식을 합니다.

시뮬에서는 되고 휴대폰에서는 안되니 앱 expo의 버전 에러같기도 하고..

확인해보고 알려주시면 감사하겠습니다 ㅠㅠ

react-nativereact

Answer 1

0

오타같은데요 color말고 colors로 해보세요

ehddnjs89898388's profile image
ehddnjs89898388

asked

Ask a question