react-native-otp-textinput
react-native-otp-textinput copied to clipboard
Incorrect type for textInputStyle
Typescript complains if I try to set color value on textInputStye prop because ViewStyle type does not support color and the correct value should be StyleProp<TextStyle> as we are setting this prop on TextInput. Thank you.
Also this will solve my problem when adding multiple styles
It works okay in the app, but TS is complaining.
Workaround: