|
fontSize: codeContainerStyle?.inputFontSize |
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.