Commit 1b45dc8
feat: radial gradient js prop passing (#50268)
Summary:
Adds JS changes for radial gradient. Previous PR - #50209
## Changelog:
[GENERAL] [ADDED] - Radial gradient
<!-- Help reviewers and the release process by writing your own changelog entry.
Pick one each for the category and type tags:
For more details, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
Pull Request resolved: #50268
Test Plan:
- Added tests in `processBackgroundImage-test.js` in #50268
- Merge this, #50266 and #50269 and check examples in `RadialGradientExample.js`
Reviewed By: NickGerleman
Differential Revision: D71898524
Pulled By: jorge-cab
fbshipit-source-id: 39bdf0f647ba19839b6e6deb09b30a1c337e64571 parent a240994 commit 1b45dc8
File tree
9 files changed
+1329
-266
lines changed- packages
- react-native/Libraries
- StyleSheet
- __tests__
- __tests__/__snapshots__
- rn-tester/js
- examples
- LinearGradient
- RadialGradient
- utils
9 files changed
+1329
-266
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
Lines changed: 47 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
728 | | - | |
729 | | - | |
| 728 | + | |
| 729 | + | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
738 | 782 | | |
739 | 783 | | |
740 | 784 | | |
| |||
808 | 852 | | |
809 | 853 | | |
810 | 854 | | |
811 | | - | |
| 855 | + | |
812 | 856 | | |
813 | 857 | | |
814 | 858 | | |
| |||
0 commit comments