Skip to content

v1.46.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 14:39
· 73 commits to main since this release
2182aab

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.