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