From bd0aedc8c3dbebf96e123fd1bd33f515d09e2579 Mon Sep 17 00:00:00 2001 From: Nishan Date: Thu, 1 Aug 2024 09:38:51 -0700 Subject: [PATCH] feat: linear gradient android (#45433) Summary: - Adds `background` prop that supports CSS's linear gradient. Later this can be extended to support various other gradients and possibly CSS's background image (less motivation as better solutions exists for image) - Extended `CSSBackgroundDrawable` to draw Linear Gradient shader while preserving the border style support. - Style supports JS object to specify `LinearGradient`, so it can support Animated libraries. ## Changelog: [ANDROID] [ADDED] - linear gradient