Plans for Layout Capabilities? #1247
-
|
Hello everyone! RN Skia is great and I find it very easy to create fancy UI elements with this library. This removes the need for layering and combining multiple If this is in the roadmap, will this be a part of the project's first stable release? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
We are working on text layouts at the moment: https://twitter.com/wcandillon/status/1588102062318952448 Once we had done with this, we think it will give a sense maybe on how to do layouts for drawings too. It's a bit undertaking, we moving carefully with this. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @wcandillon, I know this thread is a few years old, but I wanted to check if there have been any updates since your earlier comment about layout plans. Our team is exploring React Native Skia to take advantage of its canvas-like expressiveness, but much of our UI work would benefit from a layout system similar to React Native’s — with concepts like flex, padding, gap, alignment, etc. If native layout support isn’t on the roadmap yet, do you have any recommendations or examples of projects that successfully implement an abstraction layer for layout (e.g. flex-like utilities or constraint-based systems on top of Skia)? Any guidance or references would be hugely appreciated — thank you for all your work on this project! |
Beta Was this translation helpful? Give feedback.
We are working on text layouts at the moment: https://twitter.com/wcandillon/status/1588102062318952448
Once we had done with this, we think it will give a sense maybe on how to do layouts for drawings too. It's a bit undertaking, we moving carefully with this.