Skip to content

fix: local svg not working in release builds#370

Merged
devanshsaini11 merged 3 commits into
mainfrom
fix/364
Feb 4, 2026
Merged

fix: local svg not working in release builds#370
devanshsaini11 merged 3 commits into
mainfrom
fix/364

Conversation

@devanshsaini11
Copy link
Copy Markdown
Contributor

Summary:

Fixes #364

SVG files are bundled to res/raw/ in release builds, but FastImage only checks res/drawable/. Added fallback to check res/raw/ folder when drawable lookup fails

Changelog:

  • [ANDROID] [FIXED] - Fixed local svg not working in release builds

Test Plan:

  • Tested on SampleApp

Copy link
Copy Markdown

@orca-security-in orca-security-in Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@devanshsaini11 devanshsaini11 merged commit eabb78f into main Feb 4, 2026
6 checks passed
@devanshsaini11 devanshsaini11 deleted the fix/364 branch February 4, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Local SVG file is not working in release mode

2 participants