Description
I am using "@d11/react-native-fast-image": "^8.13.0" which supports SVG, and it does work in debug mode but when i generate signed apk it is not working
Steps to reproduce
<FastImage
source={messageIcon}
style={styles.responseIcon}
resizeMode={FastImage.resizeMode.contain}
/>
Expected behavior
The image should render
Stacktrace or Logs
Output of npx react-native info
System:
OS: macOS 26.2
CPU: (10) arm64 Apple M2 Pro
Memory: 178.75 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 24.3.0
path: /opt/homebrew/bin/node
Yarn:
version: 3.6.4
path: /opt/homebrew/bin/yarn
npm:
version: 11.4.2
path: /opt/homebrew/bin/npm
Watchman:
version: 2025.06.30.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /Users/bhavyakoshiya/.rvm/gems/ruby-2.7.6/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.1
- iOS 26.1
- macOS 26.1
- tvOS 26.1
- visionOS 26.1
- watchOS 26.1
Android SDK: Not Found
IDEs:
Android Studio: 2025.1 AI-251.26094.121.2513.14007798
Xcode:
version: 26.1.1/17B100
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.12
path: /usr/bin/javac
Ruby:
version: 2.7.6
path: /Users/bhavyakoshiya/.rvm/rubies/ruby-2.7.6/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 20.0.0
wanted: 20.0.0
react:
installed: 19.1.0
wanted: 19.1.0
react-native:
installed: 0.81.4
wanted: 0.81.4
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
Affected React-Native Architecture
New Architecture
Affected Platforms
Runtime - Android
Reproducer
https://snack.expo.dev/@cyberking40/fast-image?platform=android
Screenshots and Videos
No response
Description
I am using "@d11/react-native-fast-image": "^8.13.0" which supports SVG, and it does work in debug mode but when i generate signed apk it is not working
Steps to reproduce
Expected behavior
The image should render
Stacktrace or Logs
Output of
npx react-native infoAffected React-Native Architecture
New Architecture
Affected Platforms
Runtime - Android
Reproducer
https://snack.expo.dev/@cyberking40/fast-image?platform=android
Screenshots and Videos
No response