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
적용이 잘된다!!! 😉😉😉
'Solve Problem > Troubleshooting' 카테고리의 다른 글
[React Native / iOS] 시뮬레이터 실행 시 지지직 소리가 남 (0) | 2020.11.15 |
---|---|
[React Native / iOS] This app could not be installed at this time 빌드할 때마다 뜨는 오류 (0) | 2020.11.15 |
플레이스토어 Apk 업로드 시 => "업로드할 수 없습니다. 다시 시도해 보세요" 에러 (0) | 2020.11.05 |
[React Native / Android] 푸시알람 절전모드로 인해 울리지 않을 때 (0) | 2020.09.02 |
react-native-push-notification 진동/무음모드 시 알람 울리기 (11) | 2020.08.10 |