리액트 네이티브를 하다보면, 버전 문제 때문에 안되는게 많다.
IOS 14 와 IOS 13.5 버전에도 이미지가 보이지 않는 문제가 있다.
공식문서에 나온 이미지 띄우는 예제를 해도 안되니.. 이건 뭐..
reactnative.dev/docs/intro-react-native-components
Core Components and Native Components · React Native
React Native lets you compose app interfaces using Native Components. Conveniently, it comes with a set of these components for you to get started with right now—the Core Components!
reactnative.dev
링크 속 고양이를 띄우고 싶은데 안된다. 폭풍 구구링을 해보니 아래 처럼 해결하면 된다.
해당 폴더에서 "react-native-fix-image" 를 다운받고 활성화 시키면 된다.
www.npmjs.com/package/react-native-fix-image
react-native-fix-image
A library to help you fix image ios14
www.npmjs.com
다시 리빌딩하고, 위에 코드를 실행시켜보면
귀여운 고양이가 화면에 나타난다.
'IT > ReactivNative' 카테고리의 다른 글
[리액트네이티브 IOS] Firebase 클라우드 메세지 셋팅 (FCM) 하는 방법. (0) | 2021.01.13 |
---|---|
[리액트네이티브] Xcode에서 이미지 안 보일 때... (0) | 2020.12.27 |
[RN] 00_환경설정 (node, nvm, expo 설치 및 ios 시뮬레이터 실행) (0) | 2020.12.15 |