[PR #74] [CLOSED] Add yoga initial support #250

Closed
opened 2026-05-05 11:56:58 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/74
Author: @lhmzhou
Created: 3/30/2018
Status: Closed

Base: masterHead: yoga


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/kusti8/proton-native/pull/74 **Author:** [@lhmzhou](https://github.com/lhmzhou) **Created:** 3/30/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `yoga` --- ### 📝 Commits (1) - [`f5feaf6`](https://github.com/kusti8/proton-native/commit/f5feaf61852633a7d62cc914c897fc8cdcc3a026) Add yoga initial support ### 📊 Changes **16 files changed** (+1314 additions, -238 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:56:58 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#250
No description provided.