Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inputFontSize will cause StyleSheetValidation failed #11

Open
timerg opened this issue Dec 10, 2020 · 1 comment
Open

inputFontSize will cause StyleSheetValidation failed #11

timerg opened this issue Dec 10, 2020 · 1 comment

Comments

@timerg
Copy link

timerg commented Dec 10, 2020

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

image

If you just change inputFontSize to fontSize, the problem will be solved.

@sharnik
Copy link
Member

sharnik commented Dec 31, 2020

Could you describe the issue in more detail?

It's not clear to me:

  • what you're trying to do
  • what's the code that triggers this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants