Images not loading (iOS 14.1 Xcode 12)

Updated my laptop to Big Sur & iOS 14/Xcode 12

since the update, I can no longer view images in the simulator of my react native app.

Seems to be an issue with others.

What I have tried so far with no luck is:
  1. $ yarn add --save react-native-fix-image

  2. $ npx react-native-fix-image

Has anyone found a solution? Thanks in advance.

what i did was clean up the project removed node_modules & ran yarn install then
Code Block
npx react-native-fix-image && npx react-native run-ios
That's really worked for me.
Thanks Joel! That worked perfectly!

Images not loading (iOS 14.1 Xcode 12)
 
 
Q