New Local Images not Rendering

SDK Version: 40.0.1
Platform: iOS

When requiring new local images through
source={require(“…/assets/images/71674717.jpeg”)}
the image does not render. It also runs into an MD5 Integrity Check warning.

Downloaded file for asset ‘71674717.jpeg’ Located at https://d1wp6m56sqw74a.cloudfront.net/~assets/0b34bf10d596e6c9ae369026c83db2c5 failed MD5 integrity check
at node_modules/expo-asset/build/PlatformUtils.js:53:18 in _downloadAsyncManagedEnv
at [native code]:null in flushedQueue
at [native code]:null in invokeCallbackAndReturnFlushedQueue

However, everything seems to work fine for old images which were integrated with the project a few months ago, as well as any duplicates of the old images that I have made.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.