본문 바로가기

IT/ReactivNative

[리액트네이티브 / IOS14 ] 이미지 사진이 안보일 때

리액트 네이티브를 하다보면, 버전 문제 때문에 안되는게 많다.

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

 

다시 리빌딩하고, 위에 코드를 실행시켜보면

 

귀여운 고양이가 화면에 나타난다.