Customise individual props in component #1409
Unanswered
ts-candide
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation on customizing the theme suggests to completely eject all config and components into your local project. I'm wary of doing this, since it will necessitate keeping this ejected set of components up to date whenever gluestack is updated.
Consequently, I'd like a way to modify certain component props, for example changing the color of the
<Text>
component. Is there a way to do this without ejecting?To clarify, I'd like to be able to do
And have any renders of
<Text>
component use the customized color.Beta Was this translation helpful? Give feedback.
All reactions