You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
New DrawingPad ComposableScreen UIElement type (type + Zod schema). A
freehand drawing / signature surface that serializes the captured drawing
into runtime variable(s): variableName receives an SVG path string, imageVariableName receives a base64 image data URI. Props: strokeColor, strokeWidth, backgroundColor, clearable, imageFormat ("png"|"jpeg"),
a customizable clear button (clearButtonPosition (4 corners), clearButtonOffset, clearButtonSize, clearButtonColor, clearButtonIconColor, clearButtonLabel), plus all BaseBoxProps. The
renderer (UI package) requires the optional peer dependency @shopify/react-native-skia.