Images are cut off/not rendered correctly on new architecture #48790
Labels
Component: Image
Needs: Triage 🔍
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
Images are being cut off after enabling the new architecture in Expo SDK 52. The issue seems to be able to reproduce randomly, sometimes the images are shown correctly, sometimes not. The issue is being reproduced also in production version of the apps. The issue is being reproduced even if developing on Windows machine or MacOS. The issue is being able to reproduce also in native react-native app, issue being caused by new architecture.
The issue is still able to reproduce after adding
"resolutions": {
"@react-native/assets-registry": "0.76.1"
}
in package.json.
Steps to reproduce
React Native Version
0.76.6
Affected Platforms
Build - Windows, Build - MacOS, Build - Linux, Runtime - iOS, Runtime - Android
Areas
Fabric - The New Renderer
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/vl4di99/rn-new-arch-image-bug
Screenshots and Videos
The text was updated successfully, but these errors were encountered: