n4kz / react-native-material-textfield

Material textfield
Other
901 stars 831 forks source link

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

Open ravi123saxena opened 2 years ago

ravi123saxena commented 2 years ago

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