Generate wrong AssetURL #27134
Labels
Bug
Needs: Author Feedback
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Get an asset url like
file://sdcard/bundle/assets/AwesomeModule/icon@2x.png
, which is not standard file url format specified in rfc8089. It may miss a '/'.In AssetSourceResolver.js
But
getScaledAssetPath
return a path without beginning with '/'At last, we get an url like
file://assets/AwesomeModule/icon@2x.png
.The text was updated successfully, but these errors were encountered: