Skip to content

style property 'borderwidth' is not supported by native animated module #50

Description

@ravi123saxena

react - 18.0.0
react-Native - 0.69.1

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

  borderWidth: focusAnimation.interpolate({
    inputRange: [-1, 0, 1],
    outputRange: [activeLineWidth, lineWidth, activeLineWidth],
  }),
};

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