-
Notifications
You must be signed in to change notification settings - Fork 481
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
Draw Vertices #107
Draw Vertices #107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good - could you add a short description to the PR (just for historical reasons)
@chrfalch Ready for review :) |
Review comment: colors: should be of type ColorProp[]. Check other components for consistency there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test on iOS / Android?
package/cpp/api/JsiSkApi.h
Outdated
@@ -51,12 +52,22 @@ namespace RNSkia | |||
: JsiSkHostObject(context) | |||
{ | |||
|
|||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be resolved? :)
This PR enables the drawVertices canvas command with the associated reconciler component (see
vertices.md
).