Replies: 1 comment
-
This is aligned to the lean core effort: We intentionally moved away a lot of components/modules to community maintained one, to avoid bloating the codebase and shipping code that some users were not using at all. So if you need to use a Gradient, you can add |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Gradients are fairly common styling tool in many websites and apps, but a built in way to create one doesn't exist afaik for react native. Is there a reason RN doesn't come with either a View style prop for linear gradients or a built in component for it? I'm aware of react-native-linear-gradient, it's just odd that this isn't part of the standard install and I'd like to understand more about why that is.
Beta Was this translation helpful? Give feedback.
All reactions