Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels