You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for bringing this up! There's indeed an issue with the new architecture when it comes to Yoga layouting. It's part of a broader issue we're working on. In fact, the components are being rendered, but they're positioned far below the SVG, and it's white text on a white background, which makes them appear as not rendered.
As a temporary workaround, you can change the order of children so that {children} is the first child of the Svg component, like this:
Description
I'm sorry if it is a duplicate, first time use new arch because of RN 0.76
I code like this and it works in old arch until now (RN 0.76). I tested with
New arch
Old arch
Steps to reproduce
rn75
branch if you want to testSnack or a link to a repository
https://github.com/pnthach95/rn76
SVG version
15.8.0
React Native version
0.76.0
Platforms
Android, iOS
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: