Skip to content

style property 'borderwidth' is not supported by native animated module in android #339

Description

@ravi123saxena

react- 18.0.0,
react-Native-0.69.1

This code cause problem:

borderWidth: focusAnimation.interpolate({
inputRange: [-1, 0, 1],
outputRange: [activeLineWidth, lineWidth, activeLineWidth],
}),
borderColor: focusAnimation.interpolate({
inputRange: [-1, 0, 1],
outputRange: [errorColor, baseColor, tintColor],
}),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions