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
To reproduce the issue, create codeContainerStyle by StyleSheet instead of Style.
Since inputFontSize is not a react-native style prop, It will cause StyleSheetValidation error
If you just change inputFontSize to fontSize, the problem will be solved.
The text was updated successfully, but these errors were encountered:
react-native-animated-code-input/src/InputSingleItem.tsx
Line 201 in 0c430cc
To reproduce the issue, create codeContainerStyle by StyleSheet instead of Style.
Since
inputFontSize
is not a react-native style prop, It will cause StyleSheetValidation errorIf you just change
inputFontSize
tofontSize
, the problem will be solved.The text was updated successfully, but these errors were encountered: