Solve Problem/Troubleshooting

[React Native / iOS] iOS 14 이미지가 렌더링되지 않음

안다희 2020. 11. 6. 19:32
728x90

1. (해결 실패) 링크 참조

이모지가 많아서(해당 방법이 도움이 된 사람들이 감사의 의미로 붙이는 이모지) 똑같이 따라했는데, 0.61.5 버전이라 제대로 적용되지 않았다.

github.com/facebook/react-native/issues/29279#issuecomment-657284028

 

Image cannot show image in iOS 14 · Issue #29279 · facebook/react-native

Image cannot show image in iOS 14, but can show location, like:

Environment: Xcode Version 12.0 beta (12A6159) Simulator: ...

github.com

 

2. (해결 성공) 라이브러리 설치

www.npmjs.com/package/react-native-fix-image

 

react-native-fix-image

A library to help you fix image ios14

www.npmjs.com

npm install --save react-native-fix-image
npx react-native-fix-image
// and rebuild project

 

적용이 잘된다!!! 😉😉😉

출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]