mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #19] Implement <View /> with facebook/yoga flexbox #13
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @albinekb on GitHub (Feb 18, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/19
Hi, nice project. I'm thinking it would be great to use https://facebook.github.io/yoga/ to create with the same support for flexbox as React Native, thoughts?
@kusti8 commented on GitHub (Feb 18, 2018):
Interesting, but I don't know how well that would work with libui-node. It currently implements its own type of view, with limited features. There isn't a way to set a component position. I don't have the time to add this.
@albinekb commented on GitHub (Feb 18, 2018):
Yeah, I later saw that this is using libui bindings for node, I thought it was using its own renderer 👍 Maybe you should add to the readme that it is libui based?