You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Typescript complains if I try to set
color
value ontextInputStye
prop becauseViewStyle
type does not supportcolor
and the correct value should beStyleProp<TextStyle>
as we are setting this prop onTextInput
. Thank you.The text was updated successfully, but these errors were encountered: