Replies: 1 comment
-
Hey @haibert , Seems like it should be in issues. We've moved it to issues. You can track here. Thanks for reporting it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I’m creating a custom theme object for NativeBase and inside of it I am adding some extra properties like “backgroundColor”. Later when accessing these properties through useTheme() the code works, but I get a type warning. Is there a way to silence them? In reality the prop is there and my code works absolutely fine.. its only a type warning.
Beta Was this translation helpful? Give feedback.
All reactions