uri/localUri have no scheme on production apks
See original GitHub issueOnly on production build of apks. Expo Go shows https://
and file://
schemes for uri/localUri.
await new TextureLoader().load(
require('../../assets/textures/globe-light-landmass-invert.png'),
(texture) => void console.log({texture}),
undefined,
(error) => void console.error(error)
)
{ texture:
{ uuid: '03552703-2025-4D1B-837E-AF99C2FB078F',
name: '',
image:
{ data:
{ hash: '73d4f645e59fdb0a189f747dc91001c6',
localUri: 'assets_textures_globelightlandmassinvert',
width: 2000,
height: 1000,
downloading: false,
downloaded: true,
_downloadCallbacks: [],
name: 'globe-light-landmass-invert',
type: 'png',
uri: 'assets_textures_globelightlandmassinvert' },
}
}
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:9
Top Results From Across the Web
APK Signature Scheme v3
What's more, it is no longer possible to sign APKs independently, because the proof-of-rotation structure must have the old signing certs ...
Read more >Prepare and roll out a release - Play Console Help
Production : Production releases are available to all Google Play users in your chosen countries. Important: You must have the Release apps to...
Read more >Building APKs for Android Emulators and devices
Learn how to configure and install an .apk for Android Emulators and devices when using EAS Build. The default file format used when...
Read more >APKs and Tracks | Google Play Developer API
(If the edit is deleted or discarded, any APKs uploaded to that edit are ... Releases on the "production" track are deployed to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah I owe ya a bottle of 🥃 or kombucha or something
Thank you for the comment and suggestion, I will try changing my app today to see if the fixes work.