9장 312-314페이지 src/App.js 파일에서 오류가 생깁니다. #101
-
import { StatusBar,Image } from 'react-native'; const cacheImages = images => {
} } const App = () => {
} 제가 책을 보고 따라 친 코드입니다. Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. Check your code at App.js:38.~~~~~~
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
안녕하세요 @igun303 책의 내용은 집필 당시의 버전에 맞춰져서 작성된 상태라 최신 버전과 잘 맞지 않을 수 있습니다. 그 외에 추가적인 수정 사항은 아래 링크를 확인해주세요 즐거운 하루 되세요 |
Beta Was this translation helpful? Give feedback.
안녕하세요 @igun303
책의 내용은 집필 당시의 버전에 맞춰져서 작성된 상태라 최신 버전과 잘 맞지 않을 수 있습니다.
대표적으로, AppLoading 컴포넌트는 expo-app-loading 을 설치해서 사용해야 합니다.
expo-app-loading
코드 변경 내용
그 외에 추가적인 수정 사항은 아래 링크를 확인해주세요
변경 내용
즐거운 하루 되세요
감사합니다