mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #74] [CLOSED] Add yoga initial support #250
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#250
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?
📋 Pull Request Information
Original PR: https://github.com/kusti8/proton-native/pull/74
Author: @lhmzhou
Created: 3/30/2018
Status: ❌ Closed
Base:
master← Head:yoga📝 Commits (1)
f5feaf6Add yoga initial support📊 Changes
16 files changed (+1314 additions, -238 deletions)
View changed files
➕
.test_yoga.js.swp(+0 -0)📝
.vscode/launch.json(+27 -29)📝
Demo.js(+4 -3)📝
package-lock.json(+758 -193)📝
package.json(+2 -1)📝
src/components/DesktopComponent.js(+15 -0)📝
src/components/Dialog.js(+1 -1)➕
src/components/View.js(+126 -0)📝
src/components/Wind.js(+4 -4)📝
src/components/index.js(+4 -2)📝
src/index.js(+6 -2)➕
src/react-components/Window.js(+24 -0)📝
src/react-components/index.js(+2 -1)📝
src/utils/createElement.js(+4 -2)➕
src/utils/styleToYoga.js(+334 -0)➕
test_yoga.js(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.