react-native-material-textfield icon indicating copy to clipboard operation
react-native-material-textfield copied to clipboard

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

Open ravi123saxena opened this issue 2 years ago • 0 comments

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], }),

ravi123saxena avatar Jul 18 '22 13:07 ravi123saxena