Skip to content

Conversation

NathanWalker
Copy link
Contributor

@NathanWalker NathanWalker commented Aug 21, 2025

What is the current behavior?

Currently you could get a view instance and set glass effects on them.

What is the new behavior?

Provides a new declarative property, iosGlassEffect, to set them easily.

<GridLayout iosGlassEffect="regular" />
<GridLayout iosGlassEffect="clear" />
<GridLayout iosGlassEffect={{
   interactive: true,
   tint: '#faabab',
   variant: 'clear'
}} />

This also includes new glass app icon for demo apps.

ns-glass-on-scroll.mov

@NathanWalker NathanWalker added this to the 9.0 milestone Aug 21, 2025
Copy link

nx-cloud bot commented Aug 21, 2025

View your CI Pipeline Execution ↗ for commit c3f466e

Command Status Duration Result
nx test apps-automated -c=android ✅ Succeeded 6m 20s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-08-21 17:15:19 UTC

@NathanWalker NathanWalker added the docs needed Additional documentation on this issue/PR is needed label Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs needed Additional documentation on this issue/PR is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant