After upgrading the version of iOS 14, the React Native failed to build.switched the XCode build settings to "Legacy Build Settings" and succeed to build.
But the new build doesn't load images and the original section of images are now white screen
<Image source={require('./images/home.png')}/>
System specs
Environment:Xcode Version 12.0Simulator: IPhone X - 2nd generation - 14.0"react": "16.11.0","react-native": "0.62.2"