react-native-material-textfield
react-native-material-textfield copied to clipboard
style property 'borderwidth' is not supported by native animated module in android
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], }),