Skip to content

Issues fix - Chore/migrate render html #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: chore/migrate-render-html
Choose a base branch
from

Conversation

5ZYSZ3K
Copy link

@5ZYSZ3K 5ZYSZ3K commented Apr 30, 2025

Fixed all of issues mentioned under the original PR
Also tested the migrated library in one of my private projects - was working fine

Comment on lines 45 to 46
translateX: 'block'
} as never;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think as never is an acceptable tradeoff; I would rather not lose type safety here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adjusted the type settings - and I'm already implementing the support for missing style attributes, I thought that it would be benefitial for me to learn how it is implemented

"@native-html/transient-render-engine": "workspace:*",
"@native-html/transient-render-engine": "^11.2.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This monorepo is meant to use Yarn workspaces; we cannot really avoid that. Having to manually handle versions would be cumbersome!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I brought back previous implementation

@5ZYSZ3K 5ZYSZ3K force-pushed the chore/migrate-render-html branch from 94165d2 to b5405f2 Compare May 20, 2025 09:42
@5ZYSZ3K
Copy link
Author

5ZYSZ3K commented May 20, 2025

@jsamr I implemented it so that it supports props that are working (and should be supported I suppose), and ignores those that are either not working or should not be supported (borderCurve works but it will create regressions between platforms)

@5ZYSZ3K 5ZYSZ3K force-pushed the chore/migrate-render-html branch from b5405f2 to 512c1b0 Compare May 20, 2025 15:16
@jsamr
Copy link
Contributor

jsamr commented May 21, 2025

@5ZYSZ3K Thanks! Will review this weekend. Please press "re-request review" so that I get notified when you think it's ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants