Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Apr 16, 2026
i1skn
approved these changes
Apr 17, 2026
a8a681f to
4cf6dc2
Compare
1a6948f to
07017c7
Compare
|
🧪 Flashlight Performance Report (AWS Device Farm) 🔀 Commit: acbed86
|
07017c7 to
cda0894
Compare
4cf6dc2 to
a00b177
Compare
cda0894 to
12635d7
Compare
a00b177 to
81f2078
Compare
Contributor
Author
81f2078 to
497581f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes APP-3584
What changed
Applies custom theming to the Black membership tier: a rainbow shimmer over the badge and tier primary button, plus a rainbow outer glow behind the badge and progress fill.
Main changes
tierVisuals.ts: addsHardLightOverlayandGradientShadowtheme types, shared Black tier rainbow tokens, and wires them into the black badge, primary button, and progress bar.RainbowShimmerFill.tsx: new Skia component combining a gradient fill with a "hard light" blend rainbow overlay masked by an inner shadow. This is how the top edge inner glow effect is created for the badge and primary button.SkiaGradientShadow.tsx: new Skia component that renders a gradient drop shadow.TierBadge.tsx,MembershipTierButtonSurface.tsx,TierProgressBar.tsx: opt into the new shimmer/glow layers when the tier theme providesoverlayorbackgroundShadow, otherwise fall back to the existingLinearGradient.ShadowLayers.tsx: adds an optionalouterGlowLayerslot rendered behind the shadow stack so the black tier can render its custom gradient shadow.Other changes
TierProgressBar.tsx: wraps the progress fill in an outerViewso the glow can extend past the border-radius clip ofGradientBorderView.tierVisuals.ts: drops theexpo-linear-gradienttype dep in favor of localGradientColors/GradientLocationstypes to make it easier to deal with the Skia gradient types.Screenshots